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
序列标识符。