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 命名空间