共用方式為


WqlQuerySourceType 屬性

Gets or sets a QuerySourceType value that indicates the source type, such as file connection or a variable, of the Windows Management Instrumentation Query Language (WQL) query to be executed by the WmiEventWatcherTask.

命名空間:  Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask
組件:  Microsoft.SqlServer.WMIEWTask (在 Microsoft.SqlServer.WMIEWTask.dll 中)

語法

'宣告
Public Property WqlQuerySourceType As QuerySourceType
    Get
    Set
'用途
Dim instance As WmiEventWatcherTask
Dim value As QuerySourceType

value = instance.WqlQuerySourceType

instance.WqlQuerySourceType = value
public QuerySourceType WqlQuerySourceType { get; set; }
public:
virtual property QuerySourceType WqlQuerySourceType {
    QuerySourceType get () sealed;
    void set (QuerySourceType value) sealed;
}
abstract WqlQuerySourceType : QuerySourceType with get, set
override WqlQuerySourceType : QuerySourceType with get, set
final function get WqlQuerySourceType () : QuerySourceType
final function set WqlQuerySourceType (value : QuerySourceType)

實作

IWmiEventWatcherTask. . :: . .WqlQuerySourceType