Compartir a través de


DeploymentStep.Previous Propiedad

Gets the previous 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 Previous As DeploymentStep 
    Get
'Uso
Dim instance As DeploymentStep 
Dim value As DeploymentStep 

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

Valor de la propiedad

Tipo: Microsoft.SqlServer.Dac.Deployment.DeploymentStep
The previous step.

Vea también

Referencia

DeploymentStep Clase

Espacio de nombres Microsoft.SqlServer.Dac.Deployment