Partager via


Propriété DeploymentStep.Previous

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

Espace de noms :  Microsoft.SqlServer.Dac.Deployment
Assembly :  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Previous As DeploymentStep 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

DeploymentStep Classe

Espace de noms Microsoft.SqlServer.Dac.Deployment