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 | |
---|---|---|
ActionAtEvent | Infraestrutura. Gets or sets the IWmiEventWatcherTask responds when the task receives a WMI event. | |
ActionAtTimeout | Infraestrutura. Gets or sets the IWmiEventWatcherTask responds when the task times out without receiving the specified WMI event. | |
AfterEvent | Infraestrutura. Gets or sets the IWmiEventWatcherTask responds when the task receives the specified WMI event. | |
AfterTimeout | Infraestrutura. Gets or sets the IWmiEventWatcherTask responds when the task times out without receiving the specified WMI event. | |
NumberOfEvents | Infraestrutura. Gets or sets the number of WMI events for which the task should watch. | |
Timeout | Infraestrutura. Gets or sets the number of seconds the task should wait to receive a WMI event before timing out. | |
WmiConnection | Infraestrutura. Gets or sets the name of the WMI connection associated with the task. | |
WqlQuerySource | Infraestrutura. Gets or sets the source of the WQL query to be executed by the task. | |
WqlQuerySourceType | Infraestrutura. Gets or sets the WQL query source type. |
Início