Freigeben über


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

Siehe auch

Referenz

SchemaDeployment Klasse

Microsoft.Data.Schema.Build-Namespace

DeploymentPlanExecutor