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
public override Object ExecutionValue { get; }
public:
virtual property Object^ ExecutionValue {
    Object^ get () override;
}
/** @property */
public Object get_ExecutionValue ()
public override function get ExecutionValue () : Object

Property Value

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.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

WmiDataReaderTask Class
WmiDataReaderTask Members
Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask Namespace