Freigeben über


IWmiEventWatcherTask.ActionAtEvent-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

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

Syntax

'Declaration
Property ActionAtEvent As ActionAtEvent 
    Get 
    Set
'Usage
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)

Eigenschaftswert

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

Siehe auch

Verweis

IWmiEventWatcherTask Schnittstelle

Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask-Namespace