WmiDataReaderTask.OutputType Proprietà

Definizione

Ottiene o imposta un OutputType valore che indica il tipo di output, come a DataTable o una stringa, restituita dal WmiDataReaderTask.

public:
 property Microsoft::SqlServer::Dts::Tasks::WmiDataReaderTask::OutputType OutputType { Microsoft::SqlServer::Dts::Tasks::WmiDataReaderTask::OutputType get(); void set(Microsoft::SqlServer::Dts::Tasks::WmiDataReaderTask::OutputType value); };
public Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask.OutputType OutputType { get; set; }
member this.OutputType : Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask.OutputType with get, set
Public Property OutputType As OutputType

Valore della proprietà

Valore OutputType. Il valore predefinito è DataTable.

Implementazioni

Commenti

Sono possibili i valori seguenti:

  • Tabella dati.

  • Una coppia nome e valore della proprietà, dove il nome e il valore della proprietà saranno restituiti come stringhe separate da virgole, con ogni coppia su una riga.

  • Uno o più valori, dove ogni valore è su una riga.

Si applica a