CollationInfo Class

Definition

Provides information about a specific database collation.

public class CollationInfo
type CollationInfo = class
Public Class CollationInfo
Inheritance
CollationInfo

Properties

Collations

Gets a collection of supported collations.

LCID

Gets the LCID value associated with the collation.

Name

Gets the name of the collation.

Methods

GetCollationInfo(String)

Gets the CollationInfo object that has the specified name.

ToString()

Returns a string representation of the current object.

Applies to