Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the WQL query source type.
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)
Property Value
Type: Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask.QuerySourceType
A QuerySourceType value.