Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
ActionAtEvent | Infrastructure. Gets or sets the IWmiEventWatcherTask responds when the task receives a WMI event. |
![]() |
ActionAtTimeout | Infrastructure. Gets or sets the IWmiEventWatcherTask responds when the task times out without receiving the specified WMI event. |
![]() |
AfterEvent | Infrastructure. Gets or sets the IWmiEventWatcherTask responds when the task receives the specified WMI event. |
![]() |
AfterTimeout | Infrastructure. Gets or sets the IWmiEventWatcherTask responds when the task times out without receiving the specified WMI event. |
![]() |
NumberOfEvents | Infrastructure. Gets or sets the number of WMI events for which the task should watch. |
![]() |
Timeout | Infrastructure. Gets or sets the number of seconds the task should wait to receive a WMI event before timing out. |
![]() |
WmiConnection | Infrastructure. Gets or sets the name of the WMI connection associated with the task. |
![]() |
WqlQuerySource | Infrastructure. Gets or sets the source of the WQL query to be executed by the task. |
![]() |
WqlQuerySourceType | Infrastructure. Gets or sets the WQL query source type. |
Top