WmiDataReaderTask.Output Proprietà

Definizione

Ottiene o imposta un oggetto che contiene i risultati del WmiDataReaderTask compito.

public:
 property System::Object ^ Output { System::Object ^ get(); void set(System::Object ^ value); };
public object Output { get; set; }
member this.Output : obj with get, set
Public Property Output As Object

Valore della proprietà

Un oggetto che contiene i risultati del compito.

Implementazioni

Commenti

La Output proprietà fornisce accesso diretto all'output del compito, a seconda del OutputType valore specificato in OutputType. Se OutputType è impostato a DataTable, allora questa proprietà contiene un riferimento ristrutturato al DataTable restituito da WMI. Altrimenti, questa proprietà contiene un riferimento riportato al String restituito da WMI.

Si applica a