Condividi tramite


Proprietà DeploymentStep.Previous

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

Spazio dei nomi  Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Previous As DeploymentStep 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

DeploymentStep Classe

Spazio dei nomi Microsoft.SqlServer.Dac.Deployment