DefaultDistributionDesigner.GetInputs Method
Gets the input descriptors for the distribution.
Namespace: Microsoft.Data.Schema.DataGenerator
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Overridable Function GetInputs As InputDescriptor()
'Usage
Dim instance As DefaultDistributionDesigner
Dim returnValue As InputDescriptor()
returnValue = instance.GetInputs()
public virtual InputDescriptor[] GetInputs()
public:
virtual array<InputDescriptor^>^ GetInputs()
public function GetInputs() : InputDescriptor[]
abstract GetInputs : unit -> InputDescriptor[]
override GetInputs : unit -> InputDescriptor[]
Return Value
Type: array<Microsoft.Data.Schema.DataGenerator.InputDescriptor[]
Returns an array of InputDescriptor instances.
Implements
Remarks
Each input descriptor represents a property on the distribution that is decorated with the InputAttribute. Each descriptor is keyed with the property name that it represents.
.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