Bagikan melalui


IServerInformation.IsCaseSensitive Property

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<DisplayNameKeyAttribute("Server_IsCaseSensitiveName")> _
<DisplayDescriptionKeyAttribute("Server_IsCaseSensitiveDesc")> _
ReadOnly Property IsCaseSensitive As Boolean 
    Get
'Usage
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

Property Value

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

See Also

Reference

IServerInformation Interface

Microsoft.SqlServer.Management.Smo Namespace