Bagikan melalui


IWmiEventWatcherTask Interface

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Represents a WMI Event Watcher task.

Namespace:  Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask
Assembly:  Microsoft.SqlServer.WMIEWTask (in Microsoft.SqlServer.WMIEWTask.dll)

Syntax

'Declaration
Public Interface IWmiEventWatcherTask
'Usage
Dim instance As IWmiEventWatcherTask
public interface IWmiEventWatcherTask
public interface class IWmiEventWatcherTask
type IWmiEventWatcherTask =  interface end
public interface IWmiEventWatcherTask

The IWmiEventWatcherTask type exposes the following members.

Properties

  Name Description
Public property ActionAtEvent Infrastructure. Gets or sets the IWmiEventWatcherTask responds when the task receives a WMI event.
Public property ActionAtTimeout Infrastructure. Gets or sets the IWmiEventWatcherTask responds when the task times out without receiving the specified WMI event.
Public property AfterEvent Infrastructure. Gets or sets the IWmiEventWatcherTask responds when the task receives the specified WMI event.
Public property AfterTimeout Infrastructure. Gets or sets the IWmiEventWatcherTask responds when the task times out without receiving the specified WMI event.
Public property NumberOfEvents Infrastructure. Gets or sets the number of WMI events for which the task should watch.
Public property Timeout Infrastructure. Gets or sets the number of seconds the task should wait to receive a WMI event before timing out.
Public property WmiConnection Infrastructure. Gets or sets the name of the WMI connection associated with the task.
Public property WqlQuerySource Infrastructure. Gets or sets the source of the WQL query to be executed by the task.
Public property WqlQuerySourceType Infrastructure. Gets or sets the WQL query source type.

Top

See Also

Reference

Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask Namespace