NestedWorkflow.ExecuteWorkflow 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
執行巢狀工作流程配置。
多載
| 名稱 | Description |
|---|---|
| ExecuteWorkflow(ServiceContainer, ActionKey) |
執行巢狀工作流程配置。 |
| ExecuteWorkflow(ServiceContainer, String) |
執行巢狀工作流程配置。 |
| ExecuteWorkflow(ServiceContainer, String, ActionKey) |
執行巢狀工作流程配置。 |
ExecuteWorkflow(ServiceContainer, ActionKey)
執行巢狀工作流程配置。
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)
參數
- context
- Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer
內容。
- sequenceId
- Microsoft.SqlServer.Setup.Chainer.Workflow.ActionKey
序列識別碼。
適用於
ExecuteWorkflow(ServiceContainer, String)
執行巢狀工作流程配置。
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)
參數
- context
- Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer
內容。
- sequenceId
- String
序列識別碼。
適用於
ExecuteWorkflow(ServiceContainer, String, ActionKey)
執行巢狀工作流程配置。
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)
參數
- context
- Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer
內容。
- sequencesRootPath
- String
這些序列的根路徑。
- sequenceId
- Microsoft.SqlServer.Setup.Chainer.Workflow.ActionKey
序列識別碼。