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
- plan
Type: Microsoft.Data.Schema.Build.DeploymentPlan
The DeploymentPlan object.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | The plan parameter is nulla null reference (Nothing in Visual Basic). |
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.