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.
Gets the input descriptors for the distribution or data generator.
Namespace: Microsoft.Data.Schema.Tools.DataGenerator
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Function GetInputs As InputDescriptor()
InputDescriptor[] GetInputs()
array<InputDescriptor^>^ GetInputs()
abstract GetInputs : unit -> InputDescriptor[]
function GetInputs() : InputDescriptor[]
Return Value
Type: array<Microsoft.Data.Schema.Tools.DataGenerator.InputDescriptor[]
An array of InputDescriptor instances.
Remarks
The data generator engine calls this method at design time.
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.