Condividi tramite


Proprietà DeploymentPlanHandle.Tail

Gets the tail of the plan or null if the plan is empty.

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

Sintassi

'Dichiarazione
Public ReadOnly Property Tail As DeploymentStep 
    Get
'Utilizzo
Dim instance As DeploymentPlanHandle 
Dim value As DeploymentStep 

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

Valore proprietà

Tipo: Microsoft.SqlServer.Dac.Deployment.DeploymentStep
The tail of the plan or null if the plan is empty.

Vedere anche

Riferimento

DeploymentPlanHandle Classe

Spazio dei nomi Microsoft.SqlServer.Dac.Deployment