Share via


WmiDataReaderTask.OutputType プロパティ

定義

OutputType によって返される DataTable や文字列などの出力の種類を示す 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

プロパティ値

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

実装

注釈

可能な値は次のとおりです。

  • データ テーブル。

  • プロパティ名と値の組み合わせ。プロパティ名と値はコンマ区切りの文字列として返され、各組み合わせが 1 行に示されます。

  • 1 つ以上の値。各値は 1 行に示されます。

適用対象