WmiDataReaderTask.WqlQuerySource Proprietà

Definizione

Ottiene o imposta la sorgente della query Windows Management Instrumentation Query Language (WQL) da eseguire dal WmiDataReaderTask.

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à

Una stringa contenente la sorgente della query WQL.

Implementazioni

Commenti

Il valore di questa proprietà dipende dal valore della <xref:Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask.WmiDataReaderTask.WQLQuerySourceType%2A> proprietà. Se la <xref:Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask.WmiDataReaderTask.WQLQuerySourceType%2A> proprietà è impostata su DirectInput, allora questa proprietà contiene la query WQL da eseguire dal compito. Altrimenti, questa proprietà contiene il nome del file connection manager o la variabile che fornisce la query WQL da eseguire da questo compito.

Per maggiori informazioni sui valori supportati per WQLQuerySource, vedi WqlQuerySource.

Si applica a