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
- 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.