DefaultGeneratorDesigner.GetOutputs Method
When implemented in a derived class, retrieves an array of output descriptors.
Namespace: Microsoft.Data.Schema.Tools.DataGenerator
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public Overridable Function GetOutputs As OutputDescriptor()
public virtual OutputDescriptor[] GetOutputs()
public:
virtual array<OutputDescriptor^>^ GetOutputs()
abstract GetOutputs : unit -> OutputDescriptor[]
override GetOutputs : unit -> OutputDescriptor[]
public function GetOutputs() : OutputDescriptor[]
Return Value
Type: array<Microsoft.Data.Schema.Tools.DataGenerator.OutputDescriptor[]
The designer output properties.
Implements
IGeneratorDesigner.GetOutputs()
.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.
See Also
Reference
DefaultGeneratorDesigner Class