Compartir a través de


DeploymentPlanHandle.Head Propiedad

Gets the head on the plan or null if the plan is empty.

Espacio de nombres:  Microsoft.SqlServer.Dac.Deployment
Ensamblado:  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxis

'Declaración
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 de la propiedad

Tipo: Microsoft.SqlServer.Dac.Deployment.DeploymentStep
The head on the plan or null if the plan is empty.

Vea también

Referencia

DeploymentPlanHandle Clase

Espacio de nombres Microsoft.SqlServer.Dac.Deployment