Partilhar via


Propriedade ColumnConfigAnnotation.OutputKey

Obtém ou define uma chave de saída.

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

Sintaxe

'Declaração
Public Property OutputKey As String
    Get
    Set
public string OutputKey { get; set; }
public:
property String^ OutputKey {
    String^ get ();
    void set (String^ value);
}
member OutputKey : string with get, set
function get OutputKey () : String
function set OutputKey (value : String)

Valor de propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

ColumnConfigAnnotation Classe

Namespace Microsoft.Data.Schema.Tools.DataGenerator