Partager via


Propriété DeploymentStep.Next

Gets the next 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 Next As DeploymentStep 
    Get
'Utilisation
Dim instance As DeploymentStep 
Dim value As DeploymentStep 

value = instance.Next
public DeploymentStep Next { get; }
public:
property DeploymentStep^ Next {
    DeploymentStep^ get ();
}
member Next : DeploymentStep
function get Next () : DeploymentStep

Valeur de propriété

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

Voir aussi

Référence

DeploymentStep Classe

Espace de noms Microsoft.SqlServer.Dac.Deployment