Partilhar via


Propriedade do RDL DeploymentStep.Previous

Gets the previous step in the container, which is a LinkedListNode<T> of type DeploymentStep.

Namespace:  Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

DeploymentStep Classe

Namespace Microsoft.SqlServer.Dac.Deployment