Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Compares models for SQL Server 2005.
Inheritance Hierarchy
System.Object
Microsoft.Data.Schema.SchemaModel.ModelComparer
Microsoft.Data.Schema.Sql.SchemaModel.SqlModelComparer
Microsoft.Data.Schema.Sql.SchemaModel.Sql90ModelComparer
Microsoft.Data.Schema.Sql.SchemaModel.Sql100ModelComparer
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Class Sql90ModelComparer _
Inherits SqlModelComparer
public class Sql90ModelComparer : SqlModelComparer
public ref class Sql90ModelComparer : public SqlModelComparer
type Sql90ModelComparer =
class
inherit SqlModelComparer
end
public class Sql90ModelComparer extends SqlModelComparer
The Sql90ModelComparer 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.