Partager via


SchemaDeployment.PlanExecutors, propriété

Obtient une liste d'objets DeploymentPlanExecutor qui seront utilisés pendant le déploiement.

Espace de noms :  Microsoft.Data.Schema.Build
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
Public ReadOnly Property PlanExecutors As IList(Of DeploymentPlanExecutor)
    Get
public IList<DeploymentPlanExecutor> PlanExecutors { get; }
public:
property IList<DeploymentPlanExecutor^>^ PlanExecutors {
    IList<DeploymentPlanExecutor^>^ get ();
}
member PlanExecutors : IList<DeploymentPlanExecutor>
function get PlanExecutors () : IList<DeploymentPlanExecutor>

Valeur de propriété

Type : System.Collections.Generic.IList<DeploymentPlanExecutor>
Liste des exécuteurs du plan.

Sécurité .NET Framework

Voir aussi

Référence

SchemaDeployment Classe

Microsoft.Data.Schema.Build, espace de noms

DeploymentPlanExecutor