Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the DeploymentPlanHandle
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public ReadOnly Property PlanHandle As DeploymentPlanHandle
Get
'Usage
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
Property Value
Type: Microsoft.SqlServer.Dac.Deployment.DeploymentPlanHandle