Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an Object that contains the results of the WmiEventWatcherTask task.
Namespace: Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask
Assembly: Microsoft.SqlServer.WMIEWTask (in Microsoft.SqlServer.WMIEWTask.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property ExecutionValue As Object
Get
'Usage
Dim instance As WmiEventWatcherTask
Dim value As Object
value = instance.ExecutionValue
public override Object ExecutionValue { get; }
public:
virtual property Object^ ExecutionValue {
Object^ get () override;
}
abstract ExecutionValue : Object
override ExecutionValue : Object
override function get ExecutionValue () : Object
Property Value
Type: System.Object
An Object that contains the results of the task.
Remarks
The object returned contains a value, and that value is the same as the Integer value returned from the NumberOfEvents property.