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