Condividi tramite


Proprietà IWmiEventWatcherTask.ActionAtEvent

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets the IWmiEventWatcherTask responds when the task receives a WMI event.

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask
Assembly:  Microsoft.SqlServer.WMIEWTask (in Microsoft.SqlServer.WMIEWTask.dll)

Sintassi

'Dichiarazione
Property ActionAtEvent As ActionAtEvent 
    Get 
    Set
'Utilizzo
Dim instance As IWmiEventWatcherTask 
Dim value As ActionAtEvent 

value = instance.ActionAtEvent

instance.ActionAtEvent = value
ActionAtEvent ActionAtEvent { get; set; }
property ActionAtEvent ActionAtEvent {
    ActionAtEvent get ();
    void set (ActionAtEvent value);
}
abstract ActionAtEvent : ActionAtEvent with get, set
function get ActionAtEvent () : ActionAtEvent 
function set ActionAtEvent (value : ActionAtEvent)

Valore proprietà

Tipo: Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask.ActionAtEvent
A ActionAtEvent value.

Vedere anche

Riferimento

IWmiEventWatcherTask Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask