Freigeben über


ColumnConfigAnnotation.OutputKey-Eigenschaft

Ruft einen Ausgabeschlüssel ab oder legt ihn fest.

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

Syntax

'Declaration
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)

Eigenschaftswert

Typ: System.String

.NET Framework-Sicherheit

Siehe auch

Referenz

ColumnConfigAnnotation Klasse

Microsoft.Data.Schema.Tools.DataGenerator-Namespace