Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
'Usage
Dim instance As ServerCaseSensitivity
public enum ServerCaseSensitivity
public enum class ServerCaseSensitivity
type 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.