Share via


DeploymentPlanHandle Constructor

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the DeploymentPlanHandle class by using the provided plan.

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
)

Parameters

Exceptions

Exception Condition
ArgumentNullException

The plan parameter is nulla null reference (Nothing in Visual Basic).

.NET Framework Security

See Also

Reference

DeploymentPlanHandle Class

Microsoft.Data.Schema.Build Namespace