Aracılığıyla paylaş


SchemaDeployment.PlanExecutors Özellik

Bir listesini alır DeploymentPlanExecutor nesneleri Dağıtım sırasında kullanılacak

Ad alanı:  Microsoft.Data.Schema.Build
Derleme:  Microsoft.Data.Schema (Microsoft.Data.Schema.dll içinde)

Sözdizimi

'Bildirim
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>

Özellik Değeri

Tür: System.Collections.Generic.IList<DeploymentPlanExecutor>
Plan executors listesi.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

SchemaDeployment Sınıf

Microsoft.Data.Schema.Build Ad Alanı

DeploymentPlanExecutor