NestedWorkflow.ExecuteWorkflow Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Esegue la configurazione del flusso di lavoro annidato.
Overload
| ExecuteWorkflow(ServiceContainer, ActionKey) |
Esegue la configurazione del flusso di lavoro annidato. |
| ExecuteWorkflow(ServiceContainer, String) |
Esegue la configurazione del flusso di lavoro annidato. |
| ExecuteWorkflow(ServiceContainer, String, ActionKey) |
Esegue la configurazione del flusso di lavoro annidato. |
ExecuteWorkflow(ServiceContainer, ActionKey)
Esegue la configurazione del flusso di lavoro annidato.
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)
Parametri
- context
- Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer
Contesto.
- sequenceId
- Microsoft.SqlServer.Setup.Chainer.Workflow.ActionKey
Identificatore di sequenza.
Si applica a
ExecuteWorkflow(ServiceContainer, String)
Esegue la configurazione del flusso di lavoro annidato.
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)
Parametri
- context
- Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer
Contesto.
- sequenceId
- String
Identificatore di sequenza.
Si applica a
ExecuteWorkflow(ServiceContainer, String, ActionKey)
Esegue la configurazione del flusso di lavoro annidato.
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)
Parametri
- context
- Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer
Contesto.
- sequencesRootPath
- String
Percorso radice delle sequenze.
- sequenceId
- Microsoft.SqlServer.Setup.Chainer.Workflow.ActionKey
Identificatore di sequenza.