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 | |
---|---|---|
ActionAtEvent | Infrastructure. | |
ActionAtTimeout | Infrastructure. | |
AfterEvent | Infrastructure. | |
AfterTimeout | Infrastructure. | |
NumberOfEvents | Infrastructure. | |
Timeout | Infrastructure. | |
WmiConnection | Infrastructure. | |
WqlQuerySource | Infrastructure. | |
WqlQuerySourceType | Infrastructure. |
Top