IWmiEventWatcherTask.ActionAtTimeout Property

Definition

Gets or sets the IWmiEventWatcherTask responds when the task times out without receiving the specified 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.

Applies to