InputChangingEventArgs.Input プロパティ

変更される値の入力プロパティを取得します。

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

構文

'宣言
Public ReadOnly Property Input As InputDescriptor
'使用
Dim instance As InputChangingEventArgs
Dim value As InputDescriptor

value = instance.Input
public InputDescriptor Input { get; }
public:
property InputDescriptor^ Input {
    InputDescriptor^ get ();
}
public function get Input () : InputDescriptor

プロパティ値

型 : Microsoft.Data.Schema.DataGenerator.InputDescriptor
変更されるプロパティの情報を格納する InputDescriptor。変更前のプロパティ値は、Value に格納されています。

参照

参照

InputChangingEventArgs クラス

InputChangingEventArgs メンバ

Microsoft.Data.Schema.DataGenerator 名前空間