IWmiEventWatcherTask 接口

此 API 支持 基础结构,但不能通过代码直接使用。

命名空间:  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 基础结构。
公共属性 ActionAtTimeout 基础结构。
公共属性 AfterEvent 基础结构。
公共属性 AfterTimeout 基础结构。
公共属性 NumberOfEvents 基础结构。
公共属性 Timeout 基础结构。
公共属性 WmiConnection 基础结构。
公共属性 WqlQuerySource 基础结构。
公共属性 WqlQuerySourceType 基础结构。

页首