Partager via


Propriété DeploymentPlanHandle.Head

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

Espace de noms :  Microsoft.SqlServer.Dac.Deployment
Assembly :  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Head As DeploymentStep 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

DeploymentPlanHandle Classe

Espace de noms Microsoft.SqlServer.Dac.Deployment