Proprietà Output

Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.

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