Proprietà DeploymentPlanContributorContext.PlanHandle
Ottiene o imposta DeploymentPlanHandle.
Spazio dei nomi: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Sintassi
'Dichiarazione
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)
Valore proprietà
Tipo: Microsoft.Data.Schema.Build.DeploymentPlanHandle
Handle per il piano di distribuzione.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
DeploymentPlanContributorContext Classe