संपादित करें

इसके माध्यम से साझा किया गया


IdentifierCase Enum

Definition

Specifies how identifiers are treated by the data source when searching the system catalog.

public enum class IdentifierCase
public enum IdentifierCase
type IdentifierCase = 
Public Enum IdentifierCase
Inheritance
IdentifierCase

Fields

Insensitive 1

The data source ignores identifier case when searching the system catalog. The identifiers "ab" and "AB" will match.

Sensitive 2

The data source distinguishes identifier case when searching the system catalog. The identifiers "ab" and "AB" will not match.

Unknown 0

The data source has ambiguous rules regarding identifier case and cannot discern this information.

Remarks

Identifiers may be either quoted or unquoted.

Applies to

See also