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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.