DeploymentPlanContributorContext.PlanHandle (Propiedad)

Obtiene o establece el objeto DeploymentPlanHandle.

Espacio de nombres:  Microsoft.Data.Schema.Build
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

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

Tipo: Microsoft.Data.Schema.Build.DeploymentPlanHandle
Identificador para el plan de implementación.

Seguridad de .NET Framework

Vea también

Referencia

DeploymentPlanContributorContext Clase

Microsoft.Data.Schema.Build (Espacio de nombres)

DeploymentPlanHandle