Compartilhar via


Propriedade DeploymentPlanContributorContext.PlanHandle

Obtém ou define o DeploymentPlanHandle.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

'Declaração
Public Property PlanHandle As DeploymentPlanHandle
    Get
    Set
public DeploymentPlanHandle PlanHandle { get; set; }
public:
property DeploymentPlanHandle^ PlanHandle {
    DeploymentPlanHandle^ get ();
    void set (DeploymentPlanHandle^ value);
}
member PlanHandle : DeploymentPlanHandle with get, set
function get PlanHandle () : DeploymentPlanHandle
function set PlanHandle (value : DeploymentPlanHandle)

Valor de propriedade

Tipo: Microsoft.Data.Schema.Build.DeploymentPlanHandle
O identificador para o plano de implantação.

Segurança do .NET Framework

Consulte também

Referência

DeploymentPlanContributorContext Classe

Namespace Microsoft.Data.Schema.Build

DeploymentPlanHandle