NestedWorkflow.ExecuteWorkflow 메서드

정의

중첩된 워크플로 구성을 실행합니다.

오버로드

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

시퀀스 식별자입니다.

적용 대상