NestedWorkflow.ExecuteWorkflow Methode

Definition

Führt die geschachtelte Workflow-Konfiguration aus

Überlädt

ExecuteWorkflow(ServiceContainer, ActionKey)

Führt die geschachtelte Workflow-Konfiguration aus

ExecuteWorkflow(ServiceContainer, String)

Führt die geschachtelte Workflow-Konfiguration aus

ExecuteWorkflow(ServiceContainer, String, ActionKey)

Führt die geschachtelte Workflow-Konfiguration aus

ExecuteWorkflow(ServiceContainer, ActionKey)

Führt die geschachtelte Workflow-Konfiguration aus

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)

Parameter

context
Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer

Der Kontext.

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

Der Sequenzbezeichner

Gilt für:

ExecuteWorkflow(ServiceContainer, String)

Führt die geschachtelte Workflow-Konfiguration aus

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)

Parameter

context
Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer

Der Kontext.

sequenceId
String

Der Sequenzbezeichner

Gilt für:

ExecuteWorkflow(ServiceContainer, String, ActionKey)

Führt die geschachtelte Workflow-Konfiguration aus

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)

Parameter

context
Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer

Der Kontext.

sequencesRootPath
String

Der Stammpfad für Sequenzen

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

Der Sequenzbezeichner

Gilt für: