Share via


WmiDataReaderTask.ExecutionValue Property

Gets an Object that contains the results of the WmiDataReaderTask task.

Namespace:  Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
Assembly:  Microsoft.SqlServer.WMIDRTask (in Microsoft.SqlServer.WMIDRTask.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property ExecutionValue As Object 
    Get
'Usage
Dim instance As WmiDataReaderTask 
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 return value of this property is the Output property of the task, and is needs to be compatible with the OutputType.

See Also

Reference

WmiDataReaderTask Class

Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask Namespace