DefaultDistributionDesigner.GetInputs メソッド

分布の入力記述子を取得します。

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

構文

'宣言
Public Overridable Function GetInputs As InputDescriptor()
'使用
Dim instance As DefaultDistributionDesigner
Dim returnValue As InputDescriptor()

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

戻り値

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

実装

IDesigner.GetInputs()

解説

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

参照

参照

DefaultDistributionDesigner クラス

DefaultDistributionDesigner メンバ

Microsoft.Data.Schema.DataGenerator 名前空間