WmiEventWatcherTask.WqlQuerySourceType Property
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 (in microsoft.sqlserver.wmiewtask.dll)
Синтаксис
'Декларация
Public Property WqlQuerySourceType As QuerySourceType
public QuerySourceType WqlQuerySourceType { get; set; }
public:
virtual property QuerySourceType WqlQuerySourceType {
QuerySourceType get () sealed;
void set (QuerySourceType value) sealed;
}
/** @property */
public final QuerySourceType get_WqlQuerySourceType ()
/** @property */
public final void set_WqlQuerySourceType (QuerySourceType value)
public final function get WqlQuerySourceType () : QuerySourceType
public final function set WqlQuerySourceType (value : QuerySourceType)
Значение свойства
A QuerySourceType value. The default is DirectInput.
Синхронизация потоков
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
WmiEventWatcherTask Class
WmiEventWatcherTask Members
Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask Namespace