Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the last deployment step.
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Tail As DeploymentStep
Get
'Usage
Dim instance As DeploymentPlan
Dim value As DeploymentStep
value = instance.Tail
public abstract DeploymentStep Tail { get; }
public:
virtual property DeploymentStep^ Tail {
DeploymentStep^ get () abstract;
}
abstract Tail : DeploymentStep
abstract function get Tail () : DeploymentStep
Property Value
Type: Microsoft.SqlServer.Dac.Deployment.DeploymentStep
The last deployment step.