DefaultDistributionDesigner.GetInputs Method
When implemented in a derived class, retrieves an 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 Function GetInputs As InputDescriptor()
public virtual InputDescriptor[] GetInputs()
public:
virtual array<InputDescriptor^>^ GetInputs()
abstract GetInputs : unit -> InputDescriptor[]
override GetInputs : unit -> InputDescriptor[]
public function GetInputs() : InputDescriptor[]
Return Value
Type: array<Microsoft.Data.Schema.Tools.DataGenerator.InputDescriptor[]
The designer input properties.
Implements
.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