Share via


IWmiDataReaderTask.Output Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets an object that contains the results of the task.

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

Syntax

'Declaration
Property Output As Object 
    Get 
    Set
'Usage
Dim instance As IWmiDataReaderTask 
Dim value As Object 

value = instance.Output

instance.Output = value
Object Output { get; set; }
property Object^ Output {
    Object^ get ();
    void set (Object^ value);
}
abstract Output : Object with get, set
function get Output () : Object 
function set Output (value : Object)

Property Value

Type: System.Object
An object that contains the results of the task.

See Also

Reference

IWmiDataReaderTask Interface

Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask Namespace