Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Property Value
Type: Microsoft.SqlServer.Dac.Deployment.DeploymentStep
The next step.