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