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
시퀀스 식별자입니다.