WmiEventWatcherTask.AfterTimeout Property

Definition

Determines how the WmiEventWatcherTask responds when the task times out without receiving the specified Windows Management Instrumentation (WMI) event.

public:
 property Microsoft::SqlServer::Dts::Tasks::WmiEventWatcherTask::AfterTimeout AfterTimeout { Microsoft::SqlServer::Dts::Tasks::WmiEventWatcherTask::AfterTimeout get(); void set(Microsoft::SqlServer::Dts::Tasks::WmiEventWatcherTask::AfterTimeout value); };
public Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask.AfterTimeout AfterTimeout { get; set; }
member this.AfterTimeout : Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask.AfterTimeout with get, set
Public Property AfterTimeout As AfterTimeout

Property Value

A AfterTimeout value. The default value is ReturnWithFailure.

Implements

Applies to