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