QuerySourceType 枚举
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.
命名空间: Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask
程序集: Microsoft.SqlServer.WMIEWTask(在 Microsoft.SqlServer.WMIEWTask.dll 中)
语法
声明
Public Enumeration QuerySourceType
用法
Dim instance As QuerySourceType
public enum QuerySourceType
public enum class QuerySourceType
type QuerySourceType
public enum QuerySourceType
成员
成员名称 | 说明 | |
---|---|---|
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. |