Sql80ModelComparer Class
Implements a comparer for SQL Server 2000 models.
Inheritance Hierarchy
System.Object
Microsoft.Data.Schema.SchemaModel.ModelComparer
Microsoft.Data.Schema.Sql.SchemaModel.SqlModelComparer
Microsoft.Data.Schema.Sql.SchemaModel.Sql80ModelComparer
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Class Sql80ModelComparer _
Inherits SqlModelComparer
public class Sql80ModelComparer : SqlModelComparer
public ref class Sql80ModelComparer : public SqlModelComparer
type Sql80ModelComparer =
class
inherit SqlModelComparer
end
public class Sql80ModelComparer extends SqlModelComparer
The Sql80ModelComparer type exposes the following members.
Properties
Name | Description | |
---|---|---|
DatabaseSchemaProvider | Gets the database schema provider for this comparer. (Inherited from SqlModelComparer.) | |
Schema | Gets the schema that is associated with the comparer. (Inherited from SqlModelComparer.) |
Top
Methods
Name | Description | |
---|---|---|
ArePropertiesEqual | Returns a value that indicates whether the properties of two elements are equal. (Inherited from SqlModelComparer.) | |
Cancel | Cancels comparison. (Inherited from ModelComparer.) | |
Compare(IModelElement, IModelElement) | Compares two elements without a filter. (Inherited from ModelComparer.) | |
Compare(ModelStore, ModelStore) | Compares two models without a filter. (Inherited from ModelComparer.) | |
Compare(IModelElement, IModelElement, ModelComparerConfiguration) | Compares two elements. (Inherited from ModelComparer.) | |
Compare(ModelStore, ModelStore, ModelComparerConfiguration) | Compares two models with a passed-in filter. (Inherited from ModelComparer.) | |
CompareRelationship | Compares a relationship in the source and target models. (Inherited from SqlModelComparer.) | |
CreateDefaultConfiguration | Creates the default comparison configuration. (Inherited from SqlModelComparer.) | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnCompareElementFinished | Called when the comparison of an element has completed. (Inherited from SqlModelComparer.) | |
OnCompareModelFinished | Called when the model comparison has completed. (Inherited from SqlModelComparer.) | |
OnCompareModelStarted | Called when the model comparison has started. (Inherited from SqlModelComparer.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.