Freigeben über


DeploymentStep.Previous-Eigenschaft

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

Eigenschaftswert

Typ: Microsoft.SqlServer.Dac.Deployment.DeploymentStep
The previous step.

Siehe auch

Verweis

DeploymentStep Klasse

Microsoft.SqlServer.Dac.Deployment-Namespace