IRunningTaskFormsService.IsTaskFormInProgress(String, IContext) Metodo

Definizione

Indica se la creazione di una finestra di dialogo è in corso. Ad esempio, se un utente tenta di aprire le proprietà di un ruolo del server, taskFormMoniker indicherà quale codice utilizzare mentre context indicherà l'oggetto chiamato.

public:
 bool IsTaskFormInProgress(System::String ^ taskFormMoniker, Microsoft::SqlServer::Management::Data::IContext ^ context);
public bool IsTaskFormInProgress (string taskFormMoniker, Microsoft.SqlServer.Management.Data.IContext context);
abstract member IsTaskFormInProgress : string * Microsoft.SqlServer.Management.Data.IContext -> bool
Public Function IsTaskFormInProgress (taskFormMoniker As String, context As IContext) As Boolean

Parametri

taskFormMoniker
String

Moniker corrente della finestra di dialogo da aprire.

context
IContext

Nodo dove si è verificato il clic.

Restituisce

Boolean

true se il form attività è in corso; in caso contrario, false.

Si applica a