Share via


Deployment.PlanGenerator Property

Gets a deployment plan generator.

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

Syntax

'Declaration
Protected ReadOnly Property PlanGenerator As DeploymentPlanGenerator
    Get
'Usage
Dim value As DeploymentPlanGenerator

value = Me.PlanGenerator
protected DeploymentPlanGenerator PlanGenerator { get; }
protected:
property DeploymentPlanGenerator^ PlanGenerator {
    DeploymentPlanGenerator^ get ();
}
function get PlanGenerator () : DeploymentPlanGenerator
member PlanGenerator : DeploymentPlanGenerator

Property Value

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

.NET Framework Security

See Also

Reference

Deployment Class

Deployment Members

Microsoft.Data.Schema.Build Namespace