Freigeben über


DeploymentPlanHandle-Konstruktor

Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

Initialisiert mithilfe des bereitgestellten Plans eine neue Instanz der DeploymentPlanHandle-Klasse.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Sub New ( _
    plan As DeploymentPlan _
)
public DeploymentPlanHandle(
    DeploymentPlan plan
)
public:
DeploymentPlanHandle(
    DeploymentPlan^ plan
)
new : 
        plan:DeploymentPlan -> DeploymentPlanHandle
public function DeploymentPlanHandle(
    plan : DeploymentPlan
)

Parameter

Ausnahmen

Ausnahme Bedingung
ArgumentNullException

Der plan-Parameter ist nullNULL-Verweis (Nothing in Visual Basic).

.NET Framework-Sicherheit

Siehe auch

Referenz

DeploymentPlanHandle Klasse

Microsoft.Data.Schema.Build-Namespace