Partager via


DeploymentPlanHandle.Head, propriété

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Obtient la première étape du plan.

Espace de noms :  Microsoft.Data.Schema.Build
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Head As DeploymentStep
    Get
public DeploymentStep Head { get; }
public:
property DeploymentStep^ Head {
    DeploymentStep^ get ();
}
member Head : DeploymentStep
function get Head () : DeploymentStep

Valeur de propriété

Type : Microsoft.Data.Schema.Build.DeploymentStep
Retourne l'en-tête du plan (ou la première étape) ; si le plan est vide, nullune référence null (Nothing en Visual Basic).

Sécurité .NET Framework

Voir aussi

Référence

DeploymentPlanHandle Classe

Microsoft.Data.Schema.Build, espace de noms