IWmiEventWatcherTask.AfterTimeout 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::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.

Applies to