IGenerator.SetInputValues Method
Sets the input values for a data generator.
Namespace: Microsoft.Data.Schema.Tools.DataGenerator
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Sub SetInputValues ( _
inputs As IDictionary(Of String, Object) _
)
void SetInputValues(
IDictionary<string, Object> inputs
)
void SetInputValues(
IDictionary<String^, Object^>^ inputs
)
abstract SetInputValues :
inputs:IDictionary<string, Object> -> unit
function SetInputValues(
inputs : IDictionary<String, Object>
)
Parameters
- inputs
Type: System.Collections.Generic.IDictionary<String, Object>
An IDictionary of key and value pairs. The value is the value of the input that corresponds to the key.
Remarks
The user of the generator specifies these inputs in the Properties window. The key value corresponds to the key value that is inside the InputDescriptor class.
.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.