IDesigner.GetInputs メソッド

分布またはデータ ジェネレータの入力記述子を取得します。

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

構文

'宣言
Function GetInputs As InputDescriptor()
'使用
Dim instance As IDesigner
Dim returnValue As InputDescriptor()

returnValue = instance.GetInputs()
InputDescriptor[] GetInputs()
array<InputDescriptor^>^ GetInputs()
function GetInputs() : InputDescriptor[]

戻り値

型 : array<Microsoft.Data.Schema.DataGenerator.InputDescriptor[]
InputDescriptor インスタンスの配列。

解説

データ ジェネレータ エンジンは、デザイン時にこのメソッドを呼び出します。

それぞれの入力記述子は、InputAttribute で装飾された分布のプロパティを表します。各記述子は、それが表すプロパティ名をキーとして保持されます。

参照

参照

IDesigner インターフェイス

IDesigner メンバ

Microsoft.Data.Schema.DataGenerator 名前空間