SqlScriptGeneratorOptions.KeywordCasing Property
Gets or sets the keyword casing option to use during script generation.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property KeywordCasing As KeywordCasing
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.KeywordCasing
The keyword casing option to use during script generation.