Deployment.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
    Get
'Usage
Dim instance As Deployment
Dim value As DeploymentPlan

value = instance.Plan
public DeploymentPlan Plan { get; }
public:
property DeploymentPlan^ Plan {
    DeploymentPlan^ get ();
}
function get Plan () : DeploymentPlan
member Plan : DeploymentPlan

Property Value

Type: Microsoft.Data.Schema.Build.DeploymentPlan
Returns a DeploymentPlan.

.NET Framework Security

See Also

Reference

Deployment Class

Deployment Members

Microsoft.Data.Schema.Build Namespace