共用方式為


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

成員

成員名稱 說明
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.

請參閱

參考

Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask 命名空間