ModelCollationComparer 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
문자열을 비교할 수 있고 ObjectIdentifierTSqlModel. 비교는 예상 비교 결과와 일치하기 때문에 모델의 개체를 비교할 때 매우 유용할 수 SQL Server
public abstract class ModelCollationComparer : System.Collections.Generic.IComparer<Microsoft.SqlServer.Dac.Model.ObjectIdentifier>, System.Collections.Generic.IComparer<string>, System.Collections.Generic.IComparer<System.Collections.Generic.IList<string>>, System.Collections.Generic.IEqualityComparer<Microsoft.SqlServer.Dac.Model.ObjectIdentifier>, System.Collections.Generic.IEqualityComparer<string>, System.Collections.Generic.IEqualityComparer<System.Collections.Generic.IList<string>>
type ModelCollationComparer = class
interface IEqualityComparer<string>
interface IComparer<string>
interface IEqualityComparer<ObjectIdentifier>
interface IComparer<ObjectIdentifier>
interface IEqualityComparer<IList<string>>
interface IComparer<IList<string>>
Public MustInherit Class ModelCollationComparer
Implements IComparer(Of IList(Of String)), IComparer(Of ObjectIdentifier), IComparer(Of String), IEqualityComparer(Of IList(Of String)), IEqualityComparer(Of ObjectIdentifier), IEqualityComparer(Of String)
- 상속
-
ModelCollationComparer
- 구현
생성자
| Name | Description |
|---|---|
| ModelCollationComparer() |
문자열을 비교할 수 있고 ObjectIdentifierTSqlModel. 비교는 예상 비교 결과와 일치하기 때문에 모델의 개체를 비교할 때 매우 유용할 수 SQL Server |
메서드
| Name | Description |
|---|---|
| Compare(IList<String>, IList<String>) |
이 비교자의 데이터 정렬을 사용하여 두 개체를 비교합니다. |
| Compare(ObjectIdentifier, ObjectIdentifier) |
이 비교자의 데이터 정렬을 사용하여 두 개체를 비교합니다. |
| Compare(String, String) |
이 비교자의 데이터 정렬을 사용하여 두 개체를 비교합니다. |
| Equals(IList<String>, IList<String>) |
이 비교자의 데이터 정렬을 사용하여 두 식별자가 같은지 테스트합니다. |
| Equals(ObjectIdentifier, ObjectIdentifier) |
이 비교자의 데이터 정렬을 사용하여 두 식별자가 같은지 테스트합니다. |
| Equals(String, String) |
두 개체가 같은지 비교합니다. |
| GetHashCode(IList<String>) |
이 비교자의 메서드와 호환되는 개체에 Equals(IList<String>, IList<String>) 대한 해시 코드를 가져옵니다. |
| GetHashCode(ObjectIdentifier) |
이 비교자의 메서드와 호환되는 개체에 Equals(ObjectIdentifier, ObjectIdentifier) 대한 해시 코드를 가져옵니다. |
| GetHashCode(String) |
이 비교자의 메서드와 호환되는 개체에 Equals(String, String) 대한 해시 코드를 가져옵니다. |