PropertyComparerProvider Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The provider supplies sorting
public abstract class PropertyComparerProvider : Microsoft.SqlServer.Management.Sdk.Differencing.SPI.Provider
type PropertyComparerProvider = class
interface Provider
Public MustInherit Class PropertyComparerProvider
Implements Provider
- Inheritance
-
PropertyComparerProvider
- Implements
Constructors
PropertyComparerProvider() |
Methods
AreGraphsSupported(ISfcSimpleNode, ISfcSimpleNode) |
Indicates if this provider supports the specified graphs. If it is, returns true, false otherwise. If true is returned, the following calls to GetSortedList() and GetComparer() method must return a valid non-null object. The method is called only one on the top most node of each graph. |
Compare(ISfcSimpleNode, ISfcSimpleNode, String) |
Compare the specified properties |