Partilhar via


Método IGeneratorDesigner.GetOutputs

Quando implementado em uma classe, obtém os descritores de saída de um gerador de dados.

Namespace:  Microsoft.Data.Schema.Tools.DataGenerator
Assembly:  Microsoft.Data.Schema.Tools (em Microsoft.Data.Schema.Tools.dll)

Sintaxe

'Declaração
Function GetOutputs As OutputDescriptor()
OutputDescriptor[] GetOutputs()
array<OutputDescriptor^>^ GetOutputs()
abstract GetOutputs : unit -> OutputDescriptor[] 
function GetOutputs() : OutputDescriptor[]

Valor de retorno

Tipo: array<Microsoft.Data.Schema.Tools.DataGenerator.OutputDescriptor[]
Uma matriz de OutputDescriptor objetos.

Segurança do .NET Framework

Consulte também

Referência

IGeneratorDesigner Interface

Namespace Microsoft.Data.Schema.Tools.DataGenerator

OutputDescriptor