Udostępnij za pośrednictwem


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

'Deklaracja
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.

Platforms

Development Platforms

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

Target Platforms

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