WmiEventWatcherTask.ActionAtEvent Property

Definition

Determines how the WmiEventWatcherTask responds when the task receives a Windows Management Instrumentation (WMI) event.

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

Property Value

A ActionAtEvent value. The default value is LogTheEventAndFireDTSEvent.

Implements

Applies to