WmiDataReaderTask.OutputType プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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行にまとめられています。