WmiEventWatcherTask Properties

Public Properties

  Name Description
ms215423.pubproperty(en-US,SQL.90).gif ActionAtEvent
Determines how the WmiEventWatcherTask responds when the task receives a Windows Management Instrumentation (WMI) event.
ms215423.pubproperty(en-US,SQL.90).gif ActionAtTimeout
Determines how the WmiEventWatcherTask responds when the task times out without receiving the specified Windows Management Instrumentation (WMI) event.
ms215423.pubproperty(en-US,SQL.90).gif AfterEvent
Determines how the WmiEventWatcherTask responds when the task receives the specified Windows Management Instrumentation (WMI) event.
ms215423.pubproperty(en-US,SQL.90).gif AfterTimeout
Determines how the WmiEventWatcherTask responds when the task times out without receiving the specified Windows Management Instrumentation (WMI) event.
ms215423.pubproperty(en-US,SQL.90).gif DebugMode
A Boolean indicating whether WmiEventWatcherTask should check if breakpoints are enabled.
ms215423.pubproperty(en-US,SQL.90).gif ExecutionValue Overridden.
Gets an Object that contains the results of the WmiEventWatcherTask task.
ms215423.pubproperty(en-US,SQL.90).gif NumberOfEvents
Gets or sets the number of Windows Management Instrumentation (WMI) events for which the WmiEventWatcherTask should watch.
ms215423.pubproperty(en-US,SQL.90).gif SuspendRequired
Gets or sets a Boolean that indicates if tasks should suspend when they encounter a breakpoint. This value is set by the runtime engine for tasks and containers when a breakpoint is encountered.
ms215423.pubproperty(en-US,SQL.90).gif Timeout
Gets or sets the number of seconds the task should wait to receive a Windows Management Instrumentation (WMI) event before timing out.
ms215423.pubproperty(en-US,SQL.90).gif Version 
Returns the version of the task. This property is read-only.
(inherited from Task )
ms215423.pubproperty(en-US,SQL.90).gif WaitForMe 
Returns a Boolean that indicates whether the parent container should wait for completion of this task. This property is read-only.
(inherited from Task )
ms215423.pubproperty(en-US,SQL.90).gif WmiConnection
Gets or sets the name of the WMIConn class used by the WmiEventWatcherTask task.
ms215423.pubproperty(en-US,SQL.90).gif WqlQuerySource
Gets or sets the source of the Windows Management Instrumentation Query Language (WQL) query to be executed by the WmiEventWatcherTask.
ms215423.pubproperty(en-US,SQL.90).gif WqlQuerySourceType
Gets or sets a QuerySourceType value that indicates the source type, such as file connection or a variable, of the Windows Management Instrumentation Query Language (WQL) query to be executed by the WmiEventWatcherTask.

See Also

Reference

WmiEventWatcherTask Class
Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask Namespace