WmiDataReaderTask.OutputType Property

Definition

Gets or sets a OutputType value that indicates the type of output, such as a DataTable or a string, returned by the 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

Property Value

A OutputType value. The default is DataTable.

Implements

Remarks

The following values are possible:

  • A data table.

  • A property name and value pair, where the property name and value will be returned as comma-separated strings, with each pair on one line.

  • One or more values, where each value is on one line.

Applies to