Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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.