Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the tail of the plan or null if the plan is empty.
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public ReadOnly Property Tail As DeploymentStep
Get
'Usage
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
Property Value
Type: Microsoft.SqlServer.Dac.Deployment.DeploymentStep
The tail of the plan or null if the plan is empty.