Partager via


Propriété DeploymentPlanHandle.Tail

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

Espace de noms :  Microsoft.SqlServer.Dac.Deployment
Assembly :  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Tail As DeploymentStep 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

DeploymentPlanHandle Classe

Espace de noms Microsoft.SqlServer.Dac.Deployment