WmiDataReaderTask.OutputType プロパティ

定義

WmiDataReaderTaskが返す出力の種類(DataTableや文字列など)を示すOutputType値を取得または設定します。

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

プロパティ値

OutputType の値。 既定値は DataTable です。

実装

注釈

次の値が可能です。

  • データ テーブル。

  • プロパティ名と値のペアで、プロパティ名と値はカンマ区切られた文字列として返され、各ペアは1行にまとめられます。

  • 1つ以上の値があり、それぞれの値が1行にまとめられています。

適用対象