PropertyComparerProvider 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
공급자가 정렬을 제공합니다.
public abstract class PropertyComparerProvider : Microsoft.SqlServer.Management.Sdk.Differencing.SPI.Provider
type PropertyComparerProvider = class
interface Provider
Public MustInherit Class PropertyComparerProvider
Implements Provider
- 상속
-
PropertyComparerProvider
- 구현
생성자
| Name | Description |
|---|---|
| PropertyComparerProvider() |
공급자가 정렬을 제공합니다. |
메서드
| Name | Description |
|---|---|
| AreGraphsSupported(ISfcSimpleNode, ISfcSimpleNode) |
이 공급자가 지정된 그래프를 지원하는지 나타냅니다. 이 경우 true를 반환하고, 그렇지 않으면 false를 반환합니다. true가 반환되면 GetSortedList() 및 GetComparer() 메서드에 대한 다음 호출은 유효한 null이 아닌 개체를 반환해야 합니다. 이 메서드는 각 그래프의 최상위 노드에서 하나만 호출됩니다. |
| Compare(ISfcSimpleNode, ISfcSimpleNode, String) |
지정된 속성 비교 |