Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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.