Partager via


NestedWorkflow.ExecuteWorkflow Méthode

Définition

Exécute la configuration de flux de travail imbriquée.

Surcharges

ExecuteWorkflow(ServiceContainer, ActionKey)

Exécute la configuration de flux de travail imbriquée.

ExecuteWorkflow(ServiceContainer, String)

Exécute la configuration de flux de travail imbriquée.

ExecuteWorkflow(ServiceContainer, String, ActionKey)

Exécute la configuration de flux de travail imbriquée.

ExecuteWorkflow(ServiceContainer, ActionKey)

Exécute la configuration de flux de travail imbriquée.

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)

Paramètres

context
Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer

Contexte.

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

Identificateur de séquence.

S’applique à

ExecuteWorkflow(ServiceContainer, String)

Exécute la configuration de flux de travail imbriquée.

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)

Paramètres

context
Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer

Contexte.

sequenceId
String

Identificateur de séquence.

S’applique à

ExecuteWorkflow(ServiceContainer, String, ActionKey)

Exécute la configuration de flux de travail imbriquée.

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)

Paramètres

context
Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer

Contexte.

sequencesRootPath
String

Chemin de la racine des séquences.

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

Identificateur de séquence.

S’applique à