タスクが Windows Management Instrumentation (WMI) イベントを受け取った場合の WmiEventWatcherTask の応答を決定します。
名前空間: Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask
アセンブリ: Microsoft.SqlServer.WMIEWTask (Microsoft.SqlServer.WMIEWTask.dll)
構文
'宣言
Public Property ActionAtEvent As ActionAtEvent
Get
Set
'使用
Dim instance As WmiEventWatcherTask
Dim value As ActionAtEvent
value = instance.ActionAtEvent
instance.ActionAtEvent = value
public ActionAtEvent ActionAtEvent { get; set; }
public:
virtual property ActionAtEvent ActionAtEvent {
ActionAtEvent get () sealed;
void set (ActionAtEvent value) sealed;
}
abstract ActionAtEvent : ActionAtEvent with get, set
override ActionAtEvent : ActionAtEvent with get, set
final function get ActionAtEvent () : ActionAtEvent
final function set ActionAtEvent (value : ActionAtEvent)
プロパティ値
型: Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask.ActionAtEvent
ActionAtEvent の値です。既定値は LogTheEventAndFireDTSEvent です。
実装
IWmiEventWatcherTask.ActionAtEvent