IServerSelectionFacet.IsCaseSensitive 속성

Gets a Boolean value that specifies whether the server uses case-sensitive syntax.

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

구문

‘선언
<DisplayDescriptionKeyAttribute("Server_IsCaseSensitiveDesc")> _
<DisplayNameKeyAttribute("Server_IsCaseSensitiveName")> _
ReadOnly Property IsCaseSensitive As Boolean 
    Get
‘사용 방법
Dim instance As IServerSelectionFacet 
Dim value As Boolean 

value = instance.IsCaseSensitive
[DisplayDescriptionKeyAttribute("Server_IsCaseSensitiveDesc")]
[DisplayNameKeyAttribute("Server_IsCaseSensitiveName")]
bool IsCaseSensitive { get; }
[DisplayDescriptionKeyAttribute(L"Server_IsCaseSensitiveDesc")]
[DisplayNameKeyAttribute(L"Server_IsCaseSensitiveName")]
property bool IsCaseSensitive {
    bool get ();
}
[<DisplayDescriptionKeyAttribute("Server_IsCaseSensitiveDesc")>]
[<DisplayNameKeyAttribute("Server_IsCaseSensitiveName")>]
abstract IsCaseSensitive : bool
function get IsCaseSensitive () : boolean

속성 값

유형: System.Boolean
A Boolean value that specifies whether the server uses case-sensitive syntax, True if the server uses case sensitive syntax, otherwise False.

참고 항목

참조

IServerSelectionFacet 인터페이스

Microsoft.SqlServer.Management.Smo 네임스페이스