Partager via


Propriété WmiEventWatcherTask.WqlQuerySourceType

Gets or sets a QuerySourceType value that indicates the source type, such as file connection or a variable, of the Windows Management Instrumentation Query Language (WQL) query to be executed by the WmiEventWatcherTask.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask
Assembly :  Microsoft.SqlServer.WMIEWTask (en Microsoft.SqlServer.WMIEWTask.dll)

Syntaxe

'Déclaration
Public Property WqlQuerySourceType As QuerySourceType 
    Get 
    Set
'Utilisation
Dim instance As WmiEventWatcherTask 
Dim value As QuerySourceType 

value = instance.WqlQuerySourceType

instance.WqlQuerySourceType = value
public QuerySourceType WqlQuerySourceType { get; set; }
public:
virtual property QuerySourceType WqlQuerySourceType {
    QuerySourceType get () sealed;
    void set (QuerySourceType value) sealed;
}
abstract WqlQuerySourceType : QuerySourceType with get, set 
override WqlQuerySourceType : QuerySourceType with get, set
final function get WqlQuerySourceType () : QuerySourceType 
final function set WqlQuerySourceType (value : QuerySourceType)

Valeur de propriété

Type : Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask.QuerySourceType
A QuerySourceType value. The default is DirectInput.

Implémente

IWmiEventWatcherTask.WqlQuerySourceType

Voir aussi

Référence

WmiEventWatcherTask Classe

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