Proprietà DeploymentStep.Previous

Ottiene la fase precedente nel contenitore, che è un oggetto LinkedListNode<T> di tipo DeploymentStep.

Spazio dei nomi:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Previous As DeploymentStep
    Get
public DeploymentStep Previous { get; }
public:
property DeploymentStep^ Previous {
    DeploymentStep^ get ();
}
member Previous : DeploymentStep
function get Previous () : DeploymentStep

Valore proprietà

Tipo: Microsoft.Data.Schema.Build.DeploymentStep
Fase precedente.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DeploymentStep Classe

Spazio dei nomi Microsoft.Data.Schema.Build

LinkedListNode<T>