DeploymentStep.Previous Property
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)
Syntax
'Declaration
Public ReadOnly Property Previous As DeploymentStep
Get
'Usage
Dim instance As DeploymentStep
Dim value As DeploymentStep
value = instance.Previous
public DeploymentStep Previous { get; }
public:
property DeploymentStep^ Previous {
DeploymentStep^ get ();
}
member Previous : DeploymentStep
function get Previous () : DeploymentStep
Property Value
Type: Microsoft.SqlServer.Dac.Deployment.DeploymentStep
The previous step.