InputChangingEventArgs.Inputs プロパティ

データ ジェネレータの現在の全入力プロパティの読み取り専用コレクションを取得します。

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

構文

'宣言
Public ReadOnly Property Inputs As ReadOnlyCollection(Of InputDescriptor)
'使用
Dim instance As InputChangingEventArgs
Dim value As ReadOnlyCollection(Of InputDescriptor)

value = instance.Inputs
public ReadOnlyCollection<InputDescriptor> Inputs { get; }
public:
property ReadOnlyCollection<InputDescriptor^>^ Inputs {
    ReadOnlyCollection<InputDescriptor^>^ get ();
}
public function get Inputs () : ReadOnlyCollection<InputDescriptor>

プロパティ値

型 : System.Collections.ObjectModel.ReadOnlyCollection<InputDescriptor>
データ ジェネレータの現在の入力プロパティを格納する InputDescriptor 型の読み取り専用コレクション。

参照

参照

InputChangingEventArgs クラス

InputChangingEventArgs メンバ

Microsoft.Data.Schema.DataGenerator 名前空間