DeploymentStep::Previous Property

SQL Server 2014
 

Updated: April 20, 2017

Gets the previous step in the container, which is a LinkedListNode<T> of type DeploymentStep.

Namespace:   Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

public:
property DeploymentStep^ Previous {
	DeploymentStep^ get();
}

Property Value

Type: Microsoft.SqlServer.Dac.Deployment::DeploymentStep^

The previous step in the container.

Return to top

Community Additions

ADD
Show: