Share via


WmiEventWatcherTask.ActionAtTimeout プロパティ

定義

指定した Windows Management Instrumentation (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 です。

実装

適用対象