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.
Determines the source type of the WqlQuerySource property, which provides the Windows Management Instrumentation Query Language (WQL) query to be executed by the WmiEventWatcherTask class.
Namespace: Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask
Assembly: Microsoft.SqlServer.WMIEWTask (in Microsoft.SqlServer.WMIEWTask.dll)
Syntax
'Declaration
Public Enumeration QuerySourceType
'Usage
Dim instance As QuerySourceType
public enum QuerySourceType
public enum class QuerySourceType
type QuerySourceType
public enum QuerySourceType
Members
Member name | Description | |
---|---|---|
DirectInput | WqlQuerySource contains the WQL query. | |
FileConnection | WqlQuerySource contains the name of a file connection from which to retrieve the WQL query. | |
Variable | WqlQuerySource contains the name of a variable from which to retrieve the WQL query. |