Compartilhar via


Propriedade do RDL IWmiEventWatcherTask.ActionAtEvent

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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

Namespace:  Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask
Assembly:  Microsoft.SqlServer.WMIEWTask (em Microsoft.SqlServer.WMIEWTask.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

IWmiEventWatcherTask Interface

Namespace Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask