Freigeben über


SchemaDeployment.PlanModifiers-Eigenschaft

Ruft eine Liste von DeploymentPlanModifier-Objekten ab.

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

Syntax

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

Eigenschaftswert

Typ: System.Collections.Generic.IList<DeploymentPlanModifier>
Die Liste der Bereitstellungplanmodifizierer.

.NET Framework-Sicherheit

Siehe auch

Referenz

SchemaDeployment Klasse

Microsoft.Data.Schema.Build-Namespace

DeploymentPlanModifier