Partager via


Propriété WmiDataReaderTask.WqlQuerySource

Gets or sets the source of the Windows Management Instrumentation Query Language (WQL) query to be executed by the WmiDataReaderTask.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
Assembly :  Microsoft.SqlServer.WMIDRTask (en Microsoft.SqlServer.WMIDRTask.dll)

Syntaxe

'Déclaration
Public Property WqlQuerySource As String 
    Get 
    Set
'Utilisation
Dim instance As WmiDataReaderTask 
Dim value As String 

value = instance.WqlQuerySource

instance.WqlQuerySource = value
public string WqlQuerySource { get; set; }
public:
virtual property String^ WqlQuerySource {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract WqlQuerySource : string with get, set 
override WqlQuerySource : string with get, set
final function get WqlQuerySource () : String 
final function set WqlQuerySource (value : String)

Valeur de propriété

Type : System.String
A String containing the source of the WQL query.

Implémente

IWmiDataReaderTask.WqlQuerySource

Notes

The value of this property depends on the value of the WQLQuerySourceType property. If the WQLQuerySourceType property is set to DirectInput, then this property contains the WQL query to be executed by the task. Otherwise, this property contains the name of the file connection manager or the variable which provides the WQL query to be executed by this task.

For more information about the values supported for WQLQuerySource, see WqlQuerySource.

Voir aussi

Référence

WmiDataReaderTask Classe

Espace de noms Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask