Condividi tramite


Proprietà IWmiDataReaderTask.Output

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
Assembly:  Microsoft.SqlServer.WMIDRTask (in Microsoft.SqlServer.WMIDRTask.dll)

Sintassi

'Dichiarazione
Property Output As Object 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

IWmiDataReaderTask Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask