WmiEventWatcherTask.ActionAtTimeout 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::ActionAtTimeout ActionAtTimeout { Microsoft::SqlServer::Dts::Tasks::WmiEventWatcherTask::ActionAtTimeout get(); void set(Microsoft::SqlServer::Dts::Tasks::WmiEventWatcherTask::ActionAtTimeout value); };
public Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask.ActionAtTimeout ActionAtTimeout { get; set; }
member this.ActionAtTimeout : Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask.ActionAtTimeout with get, set
Public Property ActionAtTimeout As ActionAtTimeout

Property Value

A ActionAtTimeout value. The default value is LogTimeoutAndFireDTSEvent.

Implements

Applies to