WmiEventWatcherTask.ActionAtEvent 屬性

定義

決定當工作接收 Windows Management Instrumentation (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

ActionAtEvent 值。 預設值是 LogTheEventAndFireDTSEvent

實作

適用於