NestedWorkflow.ExecuteWorkflow Método

Definição

Executa a configuração do fluxo de trabalho aninhado.

Sobrecargas

Nome Description
ExecuteWorkflow(ServiceContainer, ActionKey)

Executa a configuração do fluxo de trabalho aninhado.

ExecuteWorkflow(ServiceContainer, String)

Executa a configuração do fluxo de trabalho aninhado.

ExecuteWorkflow(ServiceContainer, String, ActionKey)

Executa a configuração do fluxo de trabalho aninhado.

ExecuteWorkflow(ServiceContainer, ActionKey)

Executa a configuração do fluxo de trabalho aninhado.

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)

Parâmetros

context
Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer

O contexto.

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

O identificador de sequência.

Aplica-se a

ExecuteWorkflow(ServiceContainer, String)

Executa a configuração do fluxo de trabalho aninhado.

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)

Parâmetros

context
Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer

O contexto.

sequenceId
String

O identificador de sequência.

Aplica-se a

ExecuteWorkflow(ServiceContainer, String, ActionKey)

Executa a configuração do fluxo de trabalho aninhado.

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)

Parâmetros

context
Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer

O contexto.

sequencesRootPath
String

O caminho raiz da sequência.

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

O identificador de sequência.

Aplica-se a