DefaultGeneratorDesigner.GetOutputs 方法

在派生类中实现时,检索输出描述符的数组。

命名空间:  Microsoft.Data.Schema.Tools.DataGenerator
程序集:  Microsoft.Data.Schema.Tools(在 Microsoft.Data.Schema.Tools.dll 中)

语法

声明
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[]

返回值

类型:array<Microsoft.Data.Schema.Tools.DataGenerator.OutputDescriptor[]
设计器输出属性。

实现

IGeneratorDesigner.GetOutputs()

.NET Framework 安全性

请参见

参考

DefaultGeneratorDesigner 类

Microsoft.Data.Schema.Tools.DataGenerator 命名空间

OutputDescriptor