NestedWorkflow.ExecuteWorkflow Método

Definición

Ejecuta la configuración del flujo de trabajo anidado.

Sobrecargas

Nombre Description
ExecuteWorkflow(ServiceContainer, ActionKey)

Ejecuta la configuración del flujo de trabajo anidado.

ExecuteWorkflow(ServiceContainer, String)

Ejecuta la configuración del flujo de trabajo anidado.

ExecuteWorkflow(ServiceContainer, String, ActionKey)

Ejecuta la configuración del flujo de trabajo anidado.

ExecuteWorkflow(ServiceContainer, ActionKey)

Ejecuta la configuración del flujo de trabajo anidado.

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

Contexto.

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

El identificador de secuencia.

Se aplica a

ExecuteWorkflow(ServiceContainer, String)

Ejecuta la configuración del flujo de trabajo anidado.

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

Contexto.

sequenceId
String

El identificador de secuencia.

Se aplica a

ExecuteWorkflow(ServiceContainer, String, ActionKey)

Ejecuta la configuración del flujo de trabajo anidado.

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

Contexto.

sequencesRootPath
String

El camino raíz de la secuencia.

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

El identificador de secuencia.

Se aplica a