CollationInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |