IServerInformation.IsCaseSensitive 속성

Gets a value that indicates whether the server uses case-sensitive.

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

구문

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

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

속성 값

유형: System.Boolean
true if the server uses case-sensitive; otherwise, false.

참고 항목

참조

IServerInformation 인터페이스

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