共用方式為


InputChangingEventArgs 建構函式

使用提供的輸入陣列、變更的輸入以及新值,初始化 InputChangingEventArgs 類別的新執行個體。

命名空間:  Microsoft.Data.Schema.Tools.DataGenerator
組件:  Microsoft.Data.Schema.Tools (在 Microsoft.Data.Schema.Tools.dll 中)

語法

'宣告
Public Sub New ( _
    inputs As InputDescriptor(), _
    input As InputDescriptor, _
    value As Object _
)
public InputChangingEventArgs(
    InputDescriptor[] inputs,
    InputDescriptor input,
    Object value
)
public:
InputChangingEventArgs(
    array<InputDescriptor^>^ inputs, 
    InputDescriptor^ input, 
    Object^ value
)
new : 
        inputs:InputDescriptor[] * 
        input:InputDescriptor * 
        value:Object -> InputChangingEventArgs
public function InputChangingEventArgs(
    inputs : InputDescriptor[], 
    input : InputDescriptor, 
    value : Object
)

參數

.NET Framework 安全性

請參閱

參考

InputChangingEventArgs 類別

Microsoft.Data.Schema.Tools.DataGenerator 命名空間