Share via


IWmiEventWatcherTask.ActionAtEvent Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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)

Property Value

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

See Also

Reference

IWmiEventWatcherTask Interface

Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask Namespace