IWmiEventWatcherTask Interface
This API supports the infrastructure and is not intended to be used directly from your code.
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 | |
|---|---|---|
| .gif) | ActionAtEvent | Infrastructure. | 
| .gif) | ActionAtTimeout | Infrastructure. | 
| .gif) | AfterEvent | Infrastructure. | 
| .gif) | AfterTimeout | Infrastructure. | 
| .gif) | NumberOfEvents | Infrastructure. | 
| .gif) | Timeout | Infrastructure. | 
| .gif) | WmiConnection | Infrastructure. | 
| .gif) | WqlQuerySource | Infrastructure. | 
| .gif) | WqlQuerySourceType | Infrastructure. | 
Top