NestedWorkflow.ExecuteWorkflow Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Führt die verschachtelte Workflow-Konfiguration aus.
Überlädt
| Name | Beschreibung |
|---|---|
| ExecuteWorkflow(ServiceContainer, ActionKey) |
Führt die verschachtelte Workflow-Konfiguration aus. |
| ExecuteWorkflow(ServiceContainer, String) |
Führt die verschachtelte Workflow-Konfiguration aus. |
| ExecuteWorkflow(ServiceContainer, String, ActionKey) |
Führt die verschachtelte Workflow-Konfiguration aus. |
ExecuteWorkflow(ServiceContainer, ActionKey)
Führt die verschachtelte 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
Die Sequenzkennung.
Gilt für:
ExecuteWorkflow(ServiceContainer, String)
Führt die verschachtelte 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
Die Sequenzkennung.
Gilt für:
ExecuteWorkflow(ServiceContainer, String, ActionKey)
Führt die verschachtelte 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
Die Sequenzen sind der Wurzelpfad.
- sequenceId
- Microsoft.SqlServer.Setup.Chainer.Workflow.ActionKey
Die Sequenzkennung.