Partager via


Propriété IWmiDataReaderTask.WqlQuerySource

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets the source of the WQL query to be executed by the task.

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

Syntaxe

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

value = instance.WqlQuerySource

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

Valeur de propriété

Type : System.String
The source of the WQL query.

Voir aussi

Référence

IWmiDataReaderTask Interface

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