Distribution.OnSetInputValues Method
Implements user-defined behaviors to be executed when the input values for a distribution are set.
Namespace: Microsoft.Data.Schema.DataGenerator
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Protected Overridable Sub OnSetInputValues ( _
inputs As IDictionary(Of String, Object) _
)
'Usage
Dim inputs As IDictionary(Of String, Object)
Me.OnSetInputValues(inputs)
protected virtual void OnSetInputValues(
IDictionary<string, Object> inputs
)
protected:
virtual void OnSetInputValues(
IDictionary<String^, Object^>^ inputs
)
protected function OnSetInputValues(
inputs : IDictionary<String, Object>
)
abstract OnSetInputValues :
inputs:IDictionary<string, Object> -> unit
override OnSetInputValues :
inputs:IDictionary<string, Object> -> unit
Parameters
- inputs
Type: System.Collections.Generic.IDictionary<String, Object>
IDictionary is the default key, which is the property name. The value of the entry is the string associated with the Input Descriptor.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.