CollationInfo 클래스
Provides information about a specific database collation.
상속 계층
System. . :: . .Object
Microsoft.SqlServer.Management.SqlParser.Metadata..::..CollationInfo
네임스페이스: Microsoft.SqlServer.Management.SqlParser.Metadata
어셈블리: Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)
구문
‘선언
Public Class CollationInfo _
Implements ICollation, IMetadataObject
‘사용 방법
Dim instance As CollationInfo
public class CollationInfo : ICollation,
IMetadataObject
public ref class CollationInfo : ICollation,
IMetadataObject
type CollationInfo =
class
interface ICollation
interface IMetadataObject
end
public class CollationInfo implements ICollation, IMetadataObject
CollationInfo 유형에서 다음 멤버를 표시합니다.
속성
이름 | 설명 | |
---|---|---|
Collations | Gets a collection of supported collations. | |
Comparer | Gets an IComparer<(Of <(<'T>)>)> object that can be used to compare strings. | |
Default | Gets an instance of CollationInfo that represents the default collation. The default collation is 'SQL_Latin1_General_CP1_CI_AS'. | |
EqualityComparer | Gets an IEqualityComparer<(Of <(<'T>)>)> object that can be used to compare strings for equality. | |
Name | Gets the name of the collation. | |
Ordinal | Gets the CollationInfo object that internally performs case-sensitive ordinal string comparisons. | |
OrdinalIgnoreCase | Gets the CollationInfo object that internally performs case-insensitive ordinal string comparisons. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
Equals | (Object에서 상속됨) | |
Finalize | (Object에서 상속됨) | |
GetCollationInfo(String) | Gets the CollationInfo object that has the specified name. | |
GetCollationInfo(ICollation) | Gets the CollationInfo object for the specified ICollation object. | |
GetCollationInfo(Int32, CompareOptions) | Gets the CollationInfo object for the specified culture identifier and comparison options. | |
GetHashCode | (Object에서 상속됨) | |
GetType | (Object에서 상속됨) | |
IsPrefix | Determines whether the specified source string starts with the specified prefix. | |
MemberwiseClone | (Object에서 상속됨) | |
ToString | Returns a string representation of the current object. (Object. . :: . .ToString() () () ()을(를) 재정의함) |
맨 위로 이동
명시적 인터페이스 구현
이름 | 설명 | |
---|---|---|
IMetadataObject. . :: . .Accept< (Of < <' (T> ) > > ) | Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. |
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.