QuerySourceType 列舉
Determines the source type of WqlQuerySource, which provides the Windows Management Instrumentation Query Language (WQL) query to be executed by the WmiDataReaderTask class.
命名空間: Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
組件: Microsoft.SqlServer.WMIDRTask (在 Microsoft.SqlServer.WMIDRTask.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. |