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
- 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.