Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
Determines how the WmiEventWatcherTask responds when the task receives a Windows Management Instrumentation (WMI) event.
Namespace: Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask
Assembly: Microsoft.SqlServer.WMIEWTask (in Microsoft.SqlServer.WMIEWTask.dll)
Syntax
'Declaration
Public Property ActionAtEvent As ActionAtEvent
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask.ActionAtEvent
A ActionAtEvent value. The default value is LogTheEventAndFireDTSEvent.
Implements
IWmiEventWatcherTask.ActionAtEvent