OutputDescriptor コンストラクタ (String, Type)

指定されたキーとデータ型を使用する OutputDescriptor クラスの新しいインスタンスを初期化します。

名前空間 :  Microsoft.Data.Schema.DataGenerator
アセンブリ :  Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)

構文

'宣言
Public Sub New ( _
    key As String, _
    type As Type _
)
'使用
Dim key As String
Dim type As Type

Dim instance As New OutputDescriptor(key, type)
public OutputDescriptor(
    string key,
    Type type
)
public:
OutputDescriptor(
    String^ key, 
    Type^ type
)
public function OutputDescriptor(
    key : String, 
    type : Type
)

パラメータ

  • key
    型 : System.String
    出力値を一意に識別するためのキーです。既定のデザイナでは、このキーはプロパティ名になります。
  • type
    型 : System.Type
    出力のデータ型です。

参照

参照

OutputDescriptor クラス

OutputDescriptor メンバ

OutputDescriptor オーバーロード

Microsoft.Data.Schema.DataGenerator 名前空間