WmiEventWatcherTask.ActionAtTimeout Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.