Partager via


Propriété IWmiEventWatcherTask.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.WmiEventWatcherTask
Assembly :  Microsoft.SqlServer.WMIEWTask (en Microsoft.SqlServer.WMIEWTask.dll)

Syntaxe

'Déclaration
Property WqlQuerySource As String 
    Get 
    Set
'Utilisation
Dim instance As IWmiEventWatcherTask 
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

IWmiEventWatcherTask Interface

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