Partilhar via


Construtor OutputDescriptor (String, Type)

Inicializa uma nova instância de OutputDescriptor classe usando a chave fornecida e o tipo de dados.

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

Sintaxe

'Declaração
Public Sub New ( _
    key As String, _
    type As Type _
)
public OutputDescriptor(
    string key,
    Type type
)
public:
OutputDescriptor(
    String^ key, 
    Type^ type
)
new : 
        key:string * 
        type:Type -> OutputDescriptor
public function OutputDescriptor(
    key : String, 
    type : Type
)

Parâmetros

  • key
    Tipo: System.String
    A chave é usada para identificar com exclusividade o valor de saída.Para o designer padrão, essa chave é o nome da propriedade.

Segurança do .NET Framework

Consulte também

Referência

OutputDescriptor Classe

Sobrecargas OutputDescriptor

Namespace Microsoft.Data.Schema.Tools.DataGenerator

OutputDescriptor