次の方法で共有


WmiDataReaderTask.OutputType プロパティ

WmiDataReaderTask によって返される DataTable や文字列などの出力の種類を示す OutputType 値を取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
アセンブリ:  Microsoft.SqlServer.WMIDRTask (Microsoft.SqlServer.WMIDRTask.dll)

構文

'宣言
Public Property OutputType As OutputType 
    Get 
    Set
'使用
Dim instance As WmiDataReaderTask 
Dim value As OutputType 

value = instance.OutputType

instance.OutputType = value
public OutputType OutputType { get; set; }
public:
virtual property OutputType OutputType {
    OutputType get () sealed;
    void set (OutputType value) sealed;
}
abstract OutputType : OutputType with get, set 
override OutputType : OutputType with get, set
final function get OutputType () : OutputType 
final function set OutputType (value : OutputType)

プロパティ値

型: Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask.OutputType
OutputType の値です。既定値は DataTable です。

実装

IWmiDataReaderTask.OutputType

説明

次の値を指定できます。

  • データ テーブル。

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

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

関連項目

参照

WmiDataReaderTask クラス

Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask 名前空間