Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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