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
- 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.
See Also
Reference
ISchemaDeploymentController Interface
Microsoft.Data.Schema.Build Namespace
SchemaDeploymentCreatePlan()