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 WmiDataReaderTask.
命名空間: Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
組件: Microsoft.SqlServer.WMIDRTask (在 Microsoft.SqlServer.WMIDRTask.dll 中)
語法
'宣告
Public Property WqlQuerySourceType As QuerySourceType
Get
Set
'用途
Dim instance As WmiDataReaderTask
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)
屬性值
型別:Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask. . :: . .QuerySourceType
A QuerySourceType value. The default is DirectInput.