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.