WmiEventWatcherTask.ActionAtEvent プロパティ

定義

タスクがWindows管理計器(WMI)イベントを受けた際のWmiEventWatcherTaskの応答を決定します。

public:
 property Microsoft::SqlServer::Dts::Tasks::WmiEventWatcherTask::ActionAtEvent ActionAtEvent { Microsoft::SqlServer::Dts::Tasks::WmiEventWatcherTask::ActionAtEvent get(); void set(Microsoft::SqlServer::Dts::Tasks::WmiEventWatcherTask::ActionAtEvent value); };
public Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask.ActionAtEvent ActionAtEvent { get; set; }
member this.ActionAtEvent : Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask.ActionAtEvent with get, set
Public Property ActionAtEvent As ActionAtEvent

プロパティ値

ActionAtEvent の値。 既定値は LogTheEventAndFireDTSEvent です。

実装

適用対象