NestedWorkflow.ExecuteWorkflow Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Menjalankan konfigurasi alur kerja berlapis.
Overload
| ExecuteWorkflow(ServiceContainer, ActionKey) |
Menjalankan konfigurasi alur kerja berlapis. |
| ExecuteWorkflow(ServiceContainer, String) |
Menjalankan konfigurasi alur kerja berlapis. |
| ExecuteWorkflow(ServiceContainer, String, ActionKey) |
Menjalankan konfigurasi alur kerja berlapis. |
ExecuteWorkflow(ServiceContainer, ActionKey)
Menjalankan konfigurasi alur kerja berlapis.
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)
Parameter
- context
- Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer
Konteksnya.
- sequenceId
- Microsoft.SqlServer.Setup.Chainer.Workflow.ActionKey
Pengidentifikasi urutan.
Berlaku untuk
ExecuteWorkflow(ServiceContainer, String)
Menjalankan konfigurasi alur kerja berlapis.
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)
Parameter
- context
- Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer
Konteksnya.
- sequenceId
- String
Pengidentifikasi urutan.
Berlaku untuk
ExecuteWorkflow(ServiceContainer, String, ActionKey)
Menjalankan konfigurasi alur kerja berlapis.
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)
Parameter
- context
- Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer
Konteksnya.
- sequencesRootPath
- String
Jalur akar urutan.
- sequenceId
- Microsoft.SqlServer.Setup.Chainer.Workflow.ActionKey
Pengidentifikasi urutan.