Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- input
Type: array<Microsoft.Data.Schema.Tools.DataGenerator.InputDescriptor[]
An array of InputDescriptor objects that contain the input properties for which to set the default values.
Remarks
The data generator engine calls this method at design time.
.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.