Freigeben über


IWmiEventWatcherTask-Schnittstelle

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Der IWmiEventWatcherTask-Typ macht folgende Elemente verfügbar.

Eigenschaften

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

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask-Namespace