Share via


ISchemaDeploymentController.CreatePlan Method

When implemented in a derived class, uses the value of the Deployment property to create the plan.

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

Syntax

'Declaration
Function CreatePlan As DeploymentPlan
DeploymentPlan CreatePlan()
DeploymentPlan^ CreatePlan()
abstract CreatePlan : unit -> DeploymentPlan 
function CreatePlan() : DeploymentPlan

Return Value

Type: Microsoft.Data.Schema.Build.DeploymentPlan
The deployment plan.

.NET Framework Security

See Also

Reference

ISchemaDeploymentController Interface

Microsoft.Data.Schema.Build Namespace

SchemaDeploymentCreatePlan()

DeploymentPlan