Propriedade do RDL DeploymentPlanHandle.Head
Gets the head on the plan or null if the plan is empty.
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)
Sintaxe
'Declaração
Public ReadOnly Property Head As DeploymentStep
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.SqlServer.Dac.Deployment.DeploymentStep
The head on the plan or null if the plan is empty.