CasingStyle 열거형

Defines different casing styles for a string literal.

네임스페이스:  Microsoft.SqlServer.Management.SqlParser.MetadataProvider
어셈블리:  Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)

구문

‘선언
Public Enumeration CasingStyle
‘사용 방법
Dim instance As CasingStyle
public enum CasingStyle
public enum class CasingStyle
type CasingStyle
public enum CasingStyle

멤버

멤버 이름 설명
Lowercase All letters in the string are in lowercase.
None No casing preference.
Uppercase All letters in the string are capitalized.

참고 항목

참조

Microsoft.SqlServer.Management.SqlParser.MetadataProvider 네임스페이스