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 네임스페이스