NestedWorkflow.ExecuteWorkflow Метод

Определение

Выполняет вложенную конфигурацию рабочего процесса.

Перегрузки

Имя Описание
ExecuteWorkflow(ServiceContainer, ActionKey)

Выполняет вложенную конфигурацию рабочего процесса.

ExecuteWorkflow(ServiceContainer, String)

Выполняет вложенную конфигурацию рабочего процесса.

ExecuteWorkflow(ServiceContainer, String, ActionKey)

Выполняет вложенную конфигурацию рабочего процесса.

ExecuteWorkflow(ServiceContainer, ActionKey)

Выполняет вложенную конфигурацию рабочего процесса.

public:
 static void ExecuteWorkflow(Microsoft::SqlServer::Chainer::Infrastructure::ServiceContainer ^ context, Microsoft::SqlServer::Setup::Chainer::Workflow::ActionKey sequenceId);
public static void ExecuteWorkflow(Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer context, Microsoft.SqlServer.Setup.Chainer.Workflow.ActionKey sequenceId);
static member ExecuteWorkflow : Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer * Microsoft.SqlServer.Setup.Chainer.Workflow.ActionKey -> unit
Public Shared Sub ExecuteWorkflow (context As ServiceContainer, sequenceId As ActionKey)

Параметры

context
Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer

Контекст.

sequenceId
Microsoft.SqlServer.Setup.Chainer.Workflow.ActionKey

Идентификатор последовательности.

Применяется к

ExecuteWorkflow(ServiceContainer, String)

Выполняет вложенную конфигурацию рабочего процесса.

public:
 static void ExecuteWorkflow(Microsoft::SqlServer::Chainer::Infrastructure::ServiceContainer ^ context, System::String ^ sequenceId);
public static void ExecuteWorkflow(Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer context, string sequenceId);
static member ExecuteWorkflow : Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer * string -> unit
Public Shared Sub ExecuteWorkflow (context As ServiceContainer, sequenceId As String)

Параметры

context
Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer

Контекст.

sequenceId
String

Идентификатор последовательности.

Применяется к

ExecuteWorkflow(ServiceContainer, String, ActionKey)

Выполняет вложенную конфигурацию рабочего процесса.

public:
 static void ExecuteWorkflow(Microsoft::SqlServer::Chainer::Infrastructure::ServiceContainer ^ context, System::String ^ sequencesRootPath, Microsoft::SqlServer::Setup::Chainer::Workflow::ActionKey sequenceId);
public static void ExecuteWorkflow(Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer context, string sequencesRootPath, Microsoft.SqlServer.Setup.Chainer.Workflow.ActionKey sequenceId);
static member ExecuteWorkflow : Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer * string * Microsoft.SqlServer.Setup.Chainer.Workflow.ActionKey -> unit
Public Shared Sub ExecuteWorkflow (context As ServiceContainer, sequencesRootPath As String, sequenceId As ActionKey)

Параметры

context
Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer

Контекст.

sequencesRootPath
String

Корневой путь последовательностей.

sequenceId
Microsoft.SqlServer.Setup.Chainer.Workflow.ActionKey

Идентификатор последовательности.

Применяется к