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 first deployment step.
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Head As DeploymentStep
Get
'Usage
Dim instance As DeploymentPlan
Dim value As DeploymentStep
value = instance.Head
public abstract DeploymentStep Head { get; }
public:
virtual property DeploymentStep^ Head {
DeploymentStep^ get () abstract;
}
abstract Head : DeploymentStep
abstract function get Head () : DeploymentStep
Property Value
Type: Microsoft.SqlServer.Dac.Deployment.DeploymentStep
The first deployment step.