Share via


IGeneratorDesigner.GetOutputs Method

Gets the output descriptors of a data generator.

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

Syntax

'Declaration
Function GetOutputs As OutputDescriptor()
'Usage
Dim instance As IGeneratorDesigner 
Dim returnValue As OutputDescriptor()

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

Return Value

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

.NET Framework Security

See Also

Reference

IGeneratorDesigner Interface

IGeneratorDesigner Members

Microsoft.Data.Schema.DataGenerator Namespace