Share via


SchemaDeployment.Plan Property

Gets the deployment plan.

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

Syntax

'Declaration
Public ReadOnly Property Plan As DeploymentPlan
public DeploymentPlan Plan { get; }
public:
property DeploymentPlan^ Plan {
    DeploymentPlan^ get ();
}
member Plan : DeploymentPlan
function get Plan () : DeploymentPlan

Property Value

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

.NET Framework Security

See Also

Reference

SchemaDeployment Class

Microsoft.Data.Schema.Build Namespace

DeploymentPlan