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
成員
| 成員名稱 | 描述 | |
|---|---|---|
| FileConnection | WqlQuerySource contains the name of a file connection from which to retrieve the WQL query. | |
| DirectInput | WqlQuerySource contains the WQL query. | |
| Variable | WqlQuerySource contains the name of a variable from which to retrieve the WQL query. |