Share via


IWmiEventWatcherTask.AfterTimeout 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 AfterTimeout As AfterTimeout 
    Get 
    Set
'Usage
Dim instance As IWmiEventWatcherTask 
Dim value As AfterTimeout 

value = instance.AfterTimeout

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

Property Value

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

See Also

Reference

IWmiEventWatcherTask Interface

Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask Namespace