Compartilhar via


Interface IWmiEventWatcherTask

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Represents a WMI Event Watcher task.

Namespace:  Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask
Assembly:  Microsoft.SqlServer.WMIEWTask (em Microsoft.SqlServer.WMIEWTask.dll)

Sintaxe

'Declaração
Public Interface IWmiEventWatcherTask
'Uso
Dim instance As IWmiEventWatcherTask
public interface IWmiEventWatcherTask
public interface class IWmiEventWatcherTask
type IWmiEventWatcherTask =  interface end
public interface IWmiEventWatcherTask

O tipo IWmiEventWatcherTask expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública ActionAtEvent Infraestrutura. Gets or sets the IWmiEventWatcherTask responds when the task receives a WMI event.
Propriedade pública ActionAtTimeout Infraestrutura. Gets or sets the IWmiEventWatcherTask responds when the task times out without receiving the specified WMI event.
Propriedade pública AfterEvent Infraestrutura. Gets or sets the IWmiEventWatcherTask responds when the task receives the specified WMI event.
Propriedade pública AfterTimeout Infraestrutura. Gets or sets the IWmiEventWatcherTask responds when the task times out without receiving the specified WMI event.
Propriedade pública NumberOfEvents Infraestrutura. Gets or sets the number of WMI events for which the task should watch.
Propriedade pública Timeout Infraestrutura. Gets or sets the number of seconds the task should wait to receive a WMI event before timing out.
Propriedade pública WmiConnection Infraestrutura. Gets or sets the name of the WMI connection associated with the task.
Propriedade pública WqlQuerySource Infraestrutura. Gets or sets the source of the WQL query to be executed by the task.
Propriedade pública WqlQuerySourceType Infraestrutura. Gets or sets the WQL query source type.

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask