Compartir a través de


DeploymentPlanHandle.Tail Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Dac.Deployment
Ensamblado:  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxis

'Declaración
Public ReadOnly Property Tail As DeploymentStep 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

DeploymentPlanHandle Clase

Espacio de nombres Microsoft.SqlServer.Dac.Deployment