IRunningTaskFormsService.TryGetTaskFormManagerHost Metodo

Definizione

Imposta un valore che indica se l'host responsabile è in esecuzione.

public:
 bool TryGetTaskFormManagerHost(System::String ^ taskFormMoniker, Microsoft::SqlServer::Management::Data::IContext ^ context, [Runtime::InteropServices::Out] Microsoft::SqlServer::Management::TaskForms::ITaskFormManagerHost ^ % host);
public bool TryGetTaskFormManagerHost (string taskFormMoniker, Microsoft.SqlServer.Management.Data.IContext context, out Microsoft.SqlServer.Management.TaskForms.ITaskFormManagerHost host);
abstract member TryGetTaskFormManagerHost : string * Microsoft.SqlServer.Management.Data.IContext * ITaskFormManagerHost -> bool
Public Function TryGetTaskFormManagerHost (taskFormMoniker As String, context As IContext, ByRef host As ITaskFormManagerHost) As Boolean

Parametri

taskFormMoniker
String

Valore stringa che rappresenta il moniker corrente del form attività.

context
IContext

Interfaccia che mostra il contesto del form attività.

host
ITaskFormManagerHost

Oggetto che gestisce l'oggetto TaskFormManager.

Restituisce

true se l'host responsabile è in esecuzione; in caso contrario, false.

Si applica a