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 values for input properties by using the provided array of input descriptors.
Namespace: Microsoft.Data.Schema.Tools.DataGenerator
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public Overridable Sub SetDefaultInputValues ( _
inputs As InputDescriptor() _
)
public virtual void SetDefaultInputValues(
InputDescriptor[] inputs
)
public:
virtual void SetDefaultInputValues(
array<InputDescriptor^>^ inputs
)
abstract SetDefaultInputValues :
inputs:InputDescriptor[] -> unit
override SetDefaultInputValues :
inputs:InputDescriptor[] -> unit
public function SetDefaultInputValues(
inputs : InputDescriptor[]
)
Parameters
- inputs
Type: array<Microsoft.Data.Schema.Tools.DataGenerator.InputDescriptor[]
An array of InputDescriptor objects.
Implements
IDesigner.SetDefaultInputValues(array<InputDescriptor[])
.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.
See Also
Reference
DefaultGeneratorDesigner Class