Share via


IGenerator.SetInputValues Method

Sets the input values for a data generator.

Namespace:  Microsoft.Data.Schema.DataGenerator
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Sub SetInputValues ( _
    inputs As IDictionary(Of String, Object) _
)
'Usage
Dim instance As IGenerator
Dim inputs As IDictionary(Of String, Object)

instance.SetInputValues(inputs)
void SetInputValues(
    IDictionary<string, Object> inputs
)
void SetInputValues(
    IDictionary<String^, Object^>^ inputs
)
function SetInputValues(
    inputs : IDictionary<String, Object>
)
abstract SetInputValues : 
        inputs:IDictionary<string, Object> -> unit 

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

IGenerator Members

Microsoft.Data.Schema.DataGenerator Namespace