Sql100ModelComparer Class

Compares database models for SQL Server 2008.

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 Sql100ModelComparer _
    Inherits Sql90ModelComparer
public class Sql100ModelComparer : Sql90ModelComparer
public ref class Sql100ModelComparer : public Sql90ModelComparer
type Sql100ModelComparer =  
    class
        inherit Sql90ModelComparer
    end
public class Sql100ModelComparer extends Sql90ModelComparer

The Sql100ModelComparer type exposes the following members.

Properties

  Name Description
Public property DatabaseSchemaProvider Gets the database schema provider for this comparer. (Inherited from SqlModelComparer.)
Public property Schema Gets the schema that is associated with the comparer. (Inherited from SqlModelComparer.)

Top

Methods

  Name Description
Protected method ArePropertiesEqual Returns a value that indicates whether the properties of two elements are equal. (Inherited from SqlModelComparer.)
Public method Cancel Cancels comparison. (Inherited from ModelComparer.)
Public method Compare(IModelElement, IModelElement) Compares two elements without a filter. (Inherited from ModelComparer.)
Public method Compare(ModelStore, ModelStore) Compares two models without a filter. (Inherited from ModelComparer.)
Public method Compare(IModelElement, IModelElement, ModelComparerConfiguration) Compares two elements. (Inherited from ModelComparer.)
Public method Compare(ModelStore, ModelStore, ModelComparerConfiguration) Compares two models with a passed-in filter. (Inherited from ModelComparer.)
Protected method CompareRelationship Compares a relationship in the source and target models. (Inherited from SqlModelComparer.)
Public method CreateDefaultConfiguration Creates the default comparison configuration. (Inherited from SqlModelComparer.)
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method OnCompareElementFinished Called when the comparison of an element has completed. (Inherited from SqlModelComparer.)
Protected method OnCompareModelFinished Called when the model comparison has completed. (Inherited from SqlModelComparer.)
Protected method OnCompareModelStarted Called when the model comparison has started. (Inherited from SqlModelComparer.)
Public method 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.

See Also

Reference

Microsoft.Data.Schema.Sql.SchemaModel Namespace