WmiEventWatcherTask.ActionAtTimeout プロパティ

定義

タスクがタイムアウトし、指定されたWindows管理計測(WMI)イベントを受け取らずにWmiEventWatcherTaskがどのように応答するかを決定します。

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

プロパティ値

ActionAtTimeout の値。 既定値は LogTimeoutAndFireDTSEvent です。

実装

適用対象