IGeneratorDesigner.GetOutputs 方法

在类中实现时,获取数据生成器的输出描述符。

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

语法

声明
Function GetOutputs As OutputDescriptor()
OutputDescriptor[] GetOutputs()
array<OutputDescriptor^>^ GetOutputs()
abstract GetOutputs : unit -> OutputDescriptor[] 
function GetOutputs() : OutputDescriptor[]

返回值

类型:array<Microsoft.Data.Schema.Tools.DataGenerator.OutputDescriptor[]
OutputDescriptor 对象的数组。

.NET Framework 安全性

请参见

参考

IGeneratorDesigner 接口

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

OutputDescriptor