Compartir a través de


Output Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
Ensamblado:  Microsoft.SqlServer.WMIDRTask (en Microsoft.SqlServer.WMIDRTask.dll)

Sintaxis

'Declaración
Public Property Output As Object
    Get
    Set
'Uso
Dim instance As WmiDataReaderTask
Dim value As Object

value = instance.Output

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

Valor de la propiedad

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

Implementa

IWmiDataReaderTask. . :: . .Output

Comentarios

The Output property provides direct access to the output of the task, depending on the OutputType value specified in OutputType. If OutputType is set to DataTable, then this property contains a boxed reference to the DataTable returned by WMI. Otherwise, this property contains a boxed reference to the String returned by WMI.