Partager via


Interface IWmiEventWatcherTask

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Represents a WMI Event Watcher task.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask
Assembly :  Microsoft.SqlServer.WMIEWTask (en Microsoft.SqlServer.WMIEWTask.dll)

Syntaxe

'Déclaration
Public Interface IWmiEventWatcherTask
'Utilisation
Dim instance As IWmiEventWatcherTask
public interface IWmiEventWatcherTask
public interface class IWmiEventWatcherTask
type IWmiEventWatcherTask =  interface end
public interface IWmiEventWatcherTask

Le type IWmiEventWatcherTask expose les membres suivants.

Propriétés

  Nom Description
Propriété publique ActionAtEvent Infrastructure. Gets or sets the IWmiEventWatcherTask responds when the task receives a WMI event.
Propriété publique ActionAtTimeout Infrastructure. Gets or sets the IWmiEventWatcherTask responds when the task times out without receiving the specified WMI event.
Propriété publique AfterEvent Infrastructure. Gets or sets the IWmiEventWatcherTask responds when the task receives the specified WMI event.
Propriété publique AfterTimeout Infrastructure. Gets or sets the IWmiEventWatcherTask responds when the task times out without receiving the specified WMI event.
Propriété publique NumberOfEvents Infrastructure. Gets or sets the number of WMI events for which the task should watch.
Propriété publique Timeout Infrastructure. Gets or sets the number of seconds the task should wait to receive a WMI event before timing out.
Propriété publique WmiConnection Infrastructure. Gets or sets the name of the WMI connection associated with the task.
Propriété publique WqlQuerySource Infrastructure. Gets or sets the source of the WQL query to be executed by the task.
Propriété publique WqlQuerySourceType Infrastructure. Gets or sets the WQL query source type.

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask