Share via


SchemaDeployment.PlanModifiers Property

Gets a list of DeploymentPlanModifier objects.

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

Syntax

'Declaration
Public ReadOnly Property PlanModifiers As IList(Of DeploymentPlanModifier)
public IList<DeploymentPlanModifier> PlanModifiers { get; }
public:
property IList<DeploymentPlanModifier^>^ PlanModifiers {
    IList<DeploymentPlanModifier^>^ get ();
}
member PlanModifiers : IList<DeploymentPlanModifier>
function get PlanModifiers () : IList<DeploymentPlanModifier>

Property Value

Type: System.Collections.Generic.IList<DeploymentPlanModifier>
The list of deployment plan modifiers.

.NET Framework Security

See Also

Reference

SchemaDeployment Class

Microsoft.Data.Schema.Build Namespace

DeploymentPlanModifier