CollationInfo Class
Provides information about a specific database collation.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Collations | Gets a collection of supported collations. |
![]() | Comparer | Gets an IComparer<T> object that can be used to compare strings. |
![]() ![]() | Default | Gets an instance of T:Microsoft.SqlServer.Management.SqlParser.MetadataProvider.CollationInfo that represents the default collation. The default collation is 'SQL_Latin1_General_CP1_CI_AS'. |
![]() | EqualityComparer | Gets an IEqualityComparer<T> object that can be used to compare strings for equality. |
![]() | Name | Gets the name of the collation. |
![]() ![]() | Ordinal | Gets the T:Microsoft.SqlServer.Management.SqlParser.MetadataProvider.CollationInfo object that internally performs case-sensitive ordinal string comparisons. |
![]() ![]() | OrdinalIgnoreCase | Gets the T:Microsoft.SqlServer.Management.SqlParser.MetadataProvider.CollationInfo object that internally performs case-insensitive ordinal string comparisons. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() ![]() | GetCollationInfo(ICollation^) | Gets the T:Microsoft.SqlServer.Management.SqlParser.MetadataProvider.CollationInfo object for the specified T:Microsoft.SqlServer.Management.SqlParser.MetadataProvider.ICollation object. |
![]() ![]() | GetCollationInfo(Int32, CompareOptions) | Gets the T:Microsoft.SqlServer.Management.SqlParser.MetadataProvider.CollationInfo object for the specified culture identifier and comparison options. |
![]() ![]() | GetCollationInfo(String^) | Gets the T:Microsoft.SqlServer.Management.SqlParser.MetadataProvider.CollationInfo object that has the specified name. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | IsPrefix(String^, String^) | Determines whether the specified source string starts with the specified prefix. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | Returns a string representation of the current object.(Overrides Object::ToString().) |
| Name | Description | |
|---|---|---|
![]() ![]() | IMetadataObject::Accept<T>(IMetadataObjectVisitor<T>^) | Accepts a visit from the specified IMetadataObjectVisitor<T> object. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.





