Partilhar via


Propriedade do RDL DeploymentPlanContributorContext.PlanHandle

Gets the DeploymentPlanHandle

Namespace:  Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxe

'Declaração
Public ReadOnly Property PlanHandle As DeploymentPlanHandle 
    Get
'Uso
Dim instance As DeploymentPlanContributorContext 
Dim value As DeploymentPlanHandle 

value = instance.PlanHandle
public DeploymentPlanHandle PlanHandle { get; }
public:
property DeploymentPlanHandle^ PlanHandle {
    DeploymentPlanHandle^ get ();
}
member PlanHandle : DeploymentPlanHandle
function get PlanHandle () : DeploymentPlanHandle

Valor da propriedade

Tipo: Microsoft.SqlServer.Dac.Deployment.DeploymentPlanHandle

Consulte também

Referência

DeploymentPlanContributorContext Classe

Namespace Microsoft.SqlServer.Dac.Deployment