Compartir a través de


WmiEventWatcherTask.ActionAtEvent Propiedad

Determines how the WmiEventWatcherTask responds when the task receives a Windows Management Instrumentation (WMI) event.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask
Ensamblado:  Microsoft.SqlServer.WMIEWTask (en Microsoft.SqlServer.WMIEWTask.dll)

Sintaxis

'Declaración
Public Property ActionAtEvent As ActionAtEvent 
    Get 
    Set
'Uso
Dim instance As WmiEventWatcherTask 
Dim value As ActionAtEvent 

value = instance.ActionAtEvent

instance.ActionAtEvent = value
public ActionAtEvent ActionAtEvent { get; set; }
public:
virtual property ActionAtEvent ActionAtEvent {
    ActionAtEvent get () sealed;
    void set (ActionAtEvent value) sealed;
}
abstract ActionAtEvent : ActionAtEvent with get, set 
override ActionAtEvent : ActionAtEvent with get, set
final function get ActionAtEvent () : ActionAtEvent 
final function set ActionAtEvent (value : ActionAtEvent)

Valor de la propiedad

Tipo: Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask.ActionAtEvent
A ActionAtEvent value. The default value is LogTheEventAndFireDTSEvent.

Implementa

IWmiEventWatcherTask.ActionAtEvent

Vea también

Referencia

WmiEventWatcherTask Clase

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask