DeploymentPlanContributorContext.PlanHandle, propriété
Obtient ou définit DeploymentPlanHandle.
Espace de noms : Microsoft.Data.Schema.Build
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
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)
Valeur de propriété
Type : Microsoft.Data.Schema.Build.DeploymentPlanHandle
Handle pour le plan de déploiement.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
DeploymentPlanContributorContext Classe