Share via


IDesigner.SetDefaultInputValues Method

Sets the default values of the input properties.

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

Syntax

'Declaration
Sub SetDefaultInputValues ( _
    input As InputDescriptor() _
)
void SetDefaultInputValues(
    InputDescriptor[] input
)
void SetDefaultInputValues(
    array<InputDescriptor^>^ input
)
abstract SetDefaultInputValues : 
        input:InputDescriptor[] -> unit 
function SetDefaultInputValues(
    input : InputDescriptor[]
)

Parameters

Remarks

The data generator engine calls this method at design time.

.NET Framework Security

See Also

Reference

IDesigner Interface

Microsoft.Data.Schema.Tools.DataGenerator Namespace

InputDescriptor