Share via


IGeneratorDesigner.GetOutputs Method

When implemented in a class, obtains the output descriptors of a data generator.

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

Syntax

'Declaration
Function GetOutputs As OutputDescriptor()
OutputDescriptor[] GetOutputs()
array<OutputDescriptor^>^ GetOutputs()
abstract GetOutputs : unit -> OutputDescriptor[] 
function GetOutputs() : OutputDescriptor[]

Return Value

Type: array<Microsoft.Data.Schema.Tools.DataGenerator.OutputDescriptor[]
An array of OutputDescriptor objects.

.NET Framework Security

See Also

Reference

IGeneratorDesigner Interface

Microsoft.Data.Schema.Tools.DataGenerator Namespace

OutputDescriptor