Свойство 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.
Реализует
См. также