指定された入力を使用して、InputChangedEventArgs クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.Data.Schema.Tools.DataGenerator
アセンブリ: Microsoft.Data.Schema.Tools (Microsoft.Data.Schema.Tools.dll 内)
構文
'宣言
Public Sub New ( _
inputs As InputDescriptor(), _
input As InputDescriptor _
)
public InputChangedEventArgs(
InputDescriptor[] inputs,
InputDescriptor input
)
public:
InputChangedEventArgs(
array<InputDescriptor^>^ inputs,
InputDescriptor^ input
)
new :
inputs:InputDescriptor[] *
input:InputDescriptor -> InputChangedEventArgs
public function InputChangedEventArgs(
inputs : InputDescriptor[],
input : InputDescriptor
)
パラメーター
- inputs
型: array<Microsoft.Data.Schema.Tools.DataGenerator.InputDescriptor[]
データ ジェネレーターの現在のすべての入力プロパティを表す InputDescriptor オブジェクトの配列。
- input
型: Microsoft.Data.Schema.Tools.DataGenerator.InputDescriptor
値が変更された InputDescriptor 入力プロパティ。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。