Share via


SchemaCompareConnectionBasedModelCreator Class

This is the definition of one of the Schema Compare Extension points. This class provides the database schema provider (DSP)-specific ConnectionBasedModelCreator.

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.Tools.Compare.Schema.SchemaCompareConnectionBasedModelCreator

Namespace:  Microsoft.Data.Schema.Tools.Compare.Schema
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Syntax

'Declaration
<DatabaseSchemaProviderCompatibilityAttribute(GetType(DatabaseSchemaProvider))> _
Public Class SchemaCompareConnectionBasedModelCreator _
    Implements IExtensionInformation, IExtension
[DatabaseSchemaProviderCompatibilityAttribute(typeof(DatabaseSchemaProvider))]
public class SchemaCompareConnectionBasedModelCreator : IExtensionInformation, 
    IExtension
[DatabaseSchemaProviderCompatibilityAttribute(typeof(DatabaseSchemaProvider))]
public ref class SchemaCompareConnectionBasedModelCreator : IExtensionInformation, 
    IExtension
[<DatabaseSchemaProviderCompatibilityAttribute(typeof(DatabaseSchemaProvider))>]
type SchemaCompareConnectionBasedModelCreator =  
    class
        interface IExtensionInformation
        interface IExtension
    end
public class SchemaCompareConnectionBasedModelCreator implements IExtensionInformation, IExtension

The SchemaCompareConnectionBasedModelCreator type exposes the following members.

Constructors

  Name Description
Public method SchemaCompareConnectionBasedModelCreator Initializes a new instance of the SchemaCompareConnectionBasedModelCreator class.

Top

Properties

  Name Description
Protected property Canceled Gets or sets a value that indicates whether the comparison was canceled.
Public property ConnectionString Gets or sets the connection string.
Public property DatabaseName Gets or sets the database name.
Public property ExtensionHandle Gets or sets the extension handle.

Top

Methods

  Name Description
Public method Cancel Requests that any actions in progress be canceled.
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.)
Protected method GetREConstructor ReverseEngineerConstructor is used to construct a ReverseEngineer object that is then used to reverse engineer the database into a schema model.
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method Initialize Initializes a new instance of the SchemaCompareConnectionBasedModelCreator class.
Public method IsEqualTemplate
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Populate When implemented in a derived class, populates the data schema model from the provided database file.
Public method ResetCancel Resets the cancel flag to uncanceled.
Public method Serialize Serializes the specified XML.
Public method SetExtensionHandle Sets the extension handle for this creator.
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.Tools.Compare.Schema Namespace