Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the next 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 Next As DeploymentStep
Get
'Usage
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
Eigenschaftswert
Typ: Microsoft.SqlServer.Dac.Deployment.DeploymentStep
The next step.