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. |
页首