Compartilhar via


Propriedade SchemaDeployment.PlanModifiers

Obtém uma lista de DeploymentPlanModifier objetos.

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

Sintaxe

'Declaração
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>

Valor de propriedade

Tipo: System.Collections.Generic.IList<DeploymentPlanModifier>
A lista de modificadores de plano de implantação.

Segurança do .NET Framework

Consulte também

Referência

SchemaDeployment Classe

Namespace Microsoft.Data.Schema.Build

DeploymentPlanModifier