Compartilhar via


Propriedade OutputDescriptor.Key

Obtém ou define a chave que identifica exclusivamente a saída.

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

Sintaxe

'Declaração
Public ReadOnly Property Key As String
    Get
public string Key { get; }
public:
property String^ Key {
    String^ get ();
}
member Key : string
function get Key () : String

Valor de propriedade

Tipo: System.String
A chave da saída.

Comentários

O gerador de dados usa a chave para manter um dicionário de valores de saída.

Segurança do .NET Framework

Consulte também

Referência

OutputDescriptor Classe

Namespace Microsoft.Data.Schema.Tools.DataGenerator