SchemaDeployment.PlanExecutors-Eigenschaft
Ruft eine Liste von DeploymentPlanExecutor-Objekten ab, die während der Bereitstellung verwendet werden.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
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>
Eigenschaftswert
Typ: System.Collections.Generic.IList<DeploymentPlanExecutor>
Die Liste der Plan-Executor.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.