Интерфейс IWmiEventWatcherTask
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Represents a WMI Event Watcher task.
Пространство имен: Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask
Сборка: Microsoft.SqlServer.WMIEWTask (в Microsoft.SqlServer.WMIEWTask.dll)
Синтаксис
'Декларация
Public Interface IWmiEventWatcherTask
'Применение
Dim instance As IWmiEventWatcherTask
public interface IWmiEventWatcherTask
public interface class IWmiEventWatcherTask
type IWmiEventWatcherTask = interface end
public interface IWmiEventWatcherTask
Тип IWmiEventWatcherTask обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
ActionAtEvent | Инфраструктура. Gets or sets the IWmiEventWatcherTask responds when the task receives a WMI event. | |
ActionAtTimeout | Инфраструктура. Gets or sets the IWmiEventWatcherTask responds when the task times out without receiving the specified WMI event. | |
AfterEvent | Инфраструктура. Gets or sets the IWmiEventWatcherTask responds when the task receives the specified WMI event. | |
AfterTimeout | Инфраструктура. Gets or sets the IWmiEventWatcherTask responds when the task times out without receiving the specified WMI event. | |
NumberOfEvents | Инфраструктура. Gets or sets the number of WMI events for which the task should watch. | |
Timeout | Инфраструктура. Gets or sets the number of seconds the task should wait to receive a WMI event before timing out. | |
WmiConnection | Инфраструктура. Gets or sets the name of the WMI connection associated with the task. | |
WqlQuerySource | Инфраструктура. Gets or sets the source of the WQL query to be executed by the task. | |
WqlQuerySourceType | Инфраструктура. Gets or sets the WQL query source type. |
В начало
См. также
Справочник
Пространство имен Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask