IWmiEventWatcherTask.WqlQuerySourceType Property

This API supports the infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask
Assembly:  Microsoft.SqlServer.WMIEWTask (in Microsoft.SqlServer.WMIEWTask.dll)

Syntax

'Declaration
Property WqlQuerySourceType As QuerySourceType
    Get
    Set
'Usage
Dim instance As IWmiEventWatcherTask
Dim value As QuerySourceType

value = instance.WqlQuerySourceType

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