Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets the next step in the container, which is a LinkedListNode<T> of type DeploymentStep.
Espacio de nombres: Microsoft.SqlServer.Dac.Deployment
Ensamblado: Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)
Sintaxis
'Declaración
Public ReadOnly Property Next As DeploymentStep
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.SqlServer.Dac.Deployment.DeploymentStep
The next step.