SqlScriptGeneratorOptions.KeywordCasing-Eigenschaft

Ruft die Option für Groß-/Kleinschreibung für Schlüsselwörter ab, die bei der Skriptgenerierung verwendet werden soll, bzw. legt sie fest.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property KeywordCasing As KeywordCasing
    Get
    Set
public KeywordCasing KeywordCasing { get; set; }
public:
property KeywordCasing KeywordCasing {
    KeywordCasing get ();
    void set (KeywordCasing value);
}
member KeywordCasing : KeywordCasing with get, set
function get KeywordCasing () : KeywordCasing
function set KeywordCasing (value : KeywordCasing)

Eigenschaftswert

Typ: Microsoft.Data.Schema.ScriptDom.Sql.KeywordCasing
Gibt einen KeywordCasing-Enumerationswert zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

SqlScriptGeneratorOptions Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace