ServerCaseSensitivity Enumeration

The ServerCaseSensitivity enumeration contains values that are used to specify whether the server is sensitive to the case (lower or upper) of text.

Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in microsoft.sqlserver.connectioninfo.dll)

Syntax

'Declaration
Public Enumeration ServerCaseSensitivity
public enum ServerCaseSensitivity
public enum class ServerCaseSensitivity
public enum ServerCaseSensitivity
public enum ServerCaseSensitivity

Members

Member name Description
CaseInsensitive The server is case-insensitive.
CaseSensitive The server is case-sensitive.
Unknown The case-sensitivity of the server is unknown.

Remarks

The ServerCaseSensitivity enumeration class is served by the SqlConnectionInfo class.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

Microsoft.SqlServer.Management.Common Namespace