WmiEventWatcherTask.WqlQuerySource Proprietà

Definizione

Ottiene o imposta l'origine della query WQL che deve essere eseguita da WmiEventWatcherTask.

public:
 property System::String ^ WqlQuerySource { System::String ^ get(); void set(System::String ^ value); };
public string WqlQuerySource { get; set; }
member this.WqlQuerySource : string with get, set
Public Property WqlQuerySource As String

Valore della proprietà

Stringa contenente l'origine della query WQL.

Implementazioni

Commenti

Il valore di questa proprietà dipende dal valore della WqlQuerySourceType proprietà . Se la WqlQuerySourceType proprietà è impostata su DirectInput, questa proprietà contiene la query WQL da eseguire dall'attività. In caso contrario, questa proprietà contiene il nome della connessione file o della variabile che fornisce la query WQL da eseguire da questa attività.

Per altre informazioni sui valori supportati per WqlQuerySource, vedere QuerySourceType.

Si applica a