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
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Использование библиотек из не вполне надежного кода.