共用方式為


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.

請參閱

參考

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