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.