Compartir a través de


IWmiEventWatcherTask.ActionAtEvent Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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

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

Sintaxis

'Declaración
Property ActionAtEvent As ActionAtEvent 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

IWmiEventWatcherTask Interfaz

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