NestedWorkflow.ExecuteWorkflow メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ネストされたワークフロー構成を実行します。
オーバーロード
| 名前 | 説明 |
|---|---|
| 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
シーケンス識別子。