언어

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 값입니다. 기본값은 LogTheEventAndFireDTSEvent입니다.

구현

적용 대상