指定されたキーとデータ型を使用して、InputDescriptor クラスの新しいインスタンスを初期化します。
名前空間 : 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 InputDescriptor(key, type)
public InputDescriptor(
string key,
Type type
)
public:
InputDescriptor(
String^ key,
Type^ type
)
public function InputDescriptor(
key : String,
type : Type
)
パラメータ
- key
型 : System.String
入力値を一意に識別するためのキーです。既定のジェネレータでは、このキーはプロパティ名になります。
- type
型 : System.Type
入力のデータ型です。