Поделиться через


SchemaDeployment.PlanExecutors - свойство

Получает список объектов DeploymentPlanExecutor, которые будут использоваться при развертывании.

Пространство имен:  Microsoft.Data.Schema.Build
Сборка:  Microsoft.Data.Schema (в Microsoft.Data.Schema.dll)

Синтаксис

'Декларация
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>

Значение свойства

Тип: System.Collections.Generic.IList<DeploymentPlanExecutor>
Список исполнителей плана.

Безопасность платформы .NET Framework

См. также

Ссылки

SchemaDeployment Класс

Microsoft.Data.Schema.Build - пространство имен

DeploymentPlanExecutor