Share via


DefaultGeneratorDesigner.GetOutputs Method

Gets the output descriptors for the data generator.

Namespace:  Microsoft.Data.Schema.DataGenerator
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Overridable Function GetOutputs As OutputDescriptor()
'Usage
Dim instance As DefaultGeneratorDesigner 
Dim returnValue As OutputDescriptor()

returnValue = instance.GetOutputs()
public virtual OutputDescriptor[] GetOutputs()
public:
virtual array<OutputDescriptor^>^ GetOutputs()
public function GetOutputs() : OutputDescriptor[]

Return Value

Type: array<Microsoft.Data.Schema.DataGenerator.OutputDescriptor[]
Returns an array of OutputDescriptor instances.

Implements

IGeneratorDesigner.GetOutputs()

Remarks

Each output descriptor represents a property on the generator that is decorated with the OutputAttribute. Each descriptor is keyed with the property name that it represents.

.NET Framework Security

See Also

Reference

DefaultGeneratorDesigner Class

DefaultGeneratorDesigner Members

Microsoft.Data.Schema.DataGenerator Namespace

Other Resources

Specifying Details of Data Generation for a Column

How to: Add Output Properties to a Data Generator