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<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<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<T> Accepts a visit from the specified IMetadataObjectVisitor<T> object.

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.SqlServer.Management.SqlParser.Metadata 네임스페이스