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

指定されたキー、データ型、名前、および説明を使用する OutputDescriptor クラスの新しいインスタンスを初期化します。

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

構文

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

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

パラメータ

  • key
    型 : System.String
    出力値を一意に識別するためのキーです。既定のデザイナでは、このキーはプロパティ名になります。
  • type
    型 : System.Type
    出力のデータ型です。
  • name
    型 : System.String
    出力の表示名です。[ジェネレータ出力] 列には、この名前が表示されます。

参照

参照

OutputDescriptor クラス

OutputDescriptor メンバ

OutputDescriptor オーバーロード

Microsoft.Data.Schema.DataGenerator 名前空間