DefaultDistributionDesigner.SetDefaultInputValues Method
Sets the default values of the input properties.
Namespace: Microsoft.Data.Schema.DataGenerator
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Overridable Sub SetDefaultInputValues ( _
input As InputDescriptor() _
)
'Usage
Dim instance As DefaultDistributionDesigner
Dim input As InputDescriptor()
instance.SetDefaultInputValues(input)
public virtual void SetDefaultInputValues(
InputDescriptor[] input
)
public:
virtual void SetDefaultInputValues(
array<InputDescriptor^>^ input
)
public function SetDefaultInputValues(
input : InputDescriptor[]
)
abstract SetDefaultInputValues :
input:InputDescriptor[] -> unit
override SetDefaultInputValues :
input:InputDescriptor[] -> unit
Parameters
- input
Type: array<Microsoft.Data.Schema.DataGenerator.InputDescriptor[]
An array of input properties for which to set default values
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
DefaultDistributionDesigner Class