Share via


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

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

See Also

Reference

IGenerator Interface

Microsoft.Data.Schema.Tools.DataGenerator Namespace

InputDescriptor