Interfaccia IWmiEventWatcherTask
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Represents a WMI Event Watcher task.
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask
Assembly: Microsoft.SqlServer.WMIEWTask (in Microsoft.SqlServer.WMIEWTask.dll)
Sintassi
'Dichiarazione
Public Interface IWmiEventWatcherTask
'Utilizzo
Dim instance As IWmiEventWatcherTask
public interface IWmiEventWatcherTask
public interface class IWmiEventWatcherTask
type IWmiEventWatcherTask = interface end
public interface IWmiEventWatcherTask
Nel tipo IWmiEventWatcherTask sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
ActionAtEvent | Infrastruttura. Gets or sets the IWmiEventWatcherTask responds when the task receives a WMI event. |
![]() |
ActionAtTimeout | Infrastruttura. Gets or sets the IWmiEventWatcherTask responds when the task times out without receiving the specified WMI event. |
![]() |
AfterEvent | Infrastruttura. Gets or sets the IWmiEventWatcherTask responds when the task receives the specified WMI event. |
![]() |
AfterTimeout | Infrastruttura. Gets or sets the IWmiEventWatcherTask responds when the task times out without receiving the specified WMI event. |
![]() |
NumberOfEvents | Infrastruttura. Gets or sets the number of WMI events for which the task should watch. |
![]() |
Timeout | Infrastruttura. Gets or sets the number of seconds the task should wait to receive a WMI event before timing out. |
![]() |
WmiConnection | Infrastruttura. Gets or sets the name of the WMI connection associated with the task. |
![]() |
WqlQuerySource | Infrastruttura. Gets or sets the source of the WQL query to be executed by the task. |
![]() |
WqlQuerySourceType | Infrastruttura. Gets or sets the WQL query source type. |
In alto
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask