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