Свойство SqlScriptGeneratorOptions.KeywordCasing

Gets or sets the keyword casing option to use during script generation.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property KeywordCasing As KeywordCasing 
    Get 
    Set
'Применение
Dim instance As SqlScriptGeneratorOptions 
Dim value As KeywordCasing 

value = instance.KeywordCasing

instance.KeywordCasing = value
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)

Значение свойства

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.KeywordCasing
The keyword casing option to use during script generation.

См. также

Справочник

SqlScriptGeneratorOptions Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom