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 head on 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 Head As DeploymentStep
Get
'Usage
Dim instance As DeploymentPlanHandle
Dim value As DeploymentStep
value = instance.Head
public DeploymentStep Head { get; }
public:
property DeploymentStep^ Head {
DeploymentStep^ get ();
}
member Head : DeploymentStep
function get Head () : DeploymentStep
Property Value
Type: Microsoft.SqlServer.Dac.Deployment.DeploymentStep
The head on the plan or null if the plan is empty.