Share via


IWmiEventWatcherTask.ActionAtTimeout 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 times out without receiving the specified WMI event.

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

Syntax

'Declaration
Property ActionAtTimeout As ActionAtTimeout 
    Get 
    Set
'Usage
Dim instance As IWmiEventWatcherTask 
Dim value As ActionAtTimeout 

value = instance.ActionAtTimeout

instance.ActionAtTimeout = value
ActionAtTimeout ActionAtTimeout { get; set; }
property ActionAtTimeout ActionAtTimeout {
    ActionAtTimeout get ();
    void set (ActionAtTimeout value);
}
abstract ActionAtTimeout : ActionAtTimeout with get, set
function get ActionAtTimeout () : ActionAtTimeout 
function set ActionAtTimeout (value : ActionAtTimeout)

Property Value

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

See Also

Reference

IWmiEventWatcherTask Interface

Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask Namespace