WmiDataReaderTask.OutputType Proprietà

Definizione

Ottiene o imposta un valore OutputType che indica il tipo di output, ad esempio DataTable o una stringa, restituito da 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 di dati.

  • Coppia nome e valore della proprietà, in cui il nome e il valore della proprietà verranno restituiti come stringhe separate da virgole, con ogni coppia su una riga.

  • Uno o più valori, in cui ogni valore si trova su una riga.

Si applica a