Compartir a través de


SchemaDeployment.PlanModifiers (Propiedad)

Obtiene una lista de objetos DeploymentPlanModifier.

Espacio de nombres:  Microsoft.Data.Schema.Build
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.Collections.Generic.IList<DeploymentPlanModifier>
Lista de modificadores del plan de implementación.

Seguridad de .NET Framework

Vea también

Referencia

SchemaDeployment Clase

Microsoft.Data.Schema.Build (Espacio de nombres)

DeploymentPlanModifier