Share via


SchemaDeployment.PlanGenerator Property

Gets the DeploymentPlanGenerator object.

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

Syntax

'Declaration
Protected ReadOnly Property PlanGenerator As DeploymentPlanGenerator
protected DeploymentPlanGenerator PlanGenerator { get; }
protected:
property DeploymentPlanGenerator^ PlanGenerator {
    DeploymentPlanGenerator^ get ();
}
member PlanGenerator : DeploymentPlanGenerator
function get PlanGenerator () : DeploymentPlanGenerator

Property Value

Type: Microsoft.Data.Schema.Build.DeploymentPlanGenerator
The deployment plan generator.

.NET Framework Security

See Also

Reference

SchemaDeployment Class

Microsoft.Data.Schema.Build Namespace

DeploymentPlanGenerator