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 | |
---|---|---|
![]() |
SchemaCompareConnectionBasedModelCreator | Initializes a new instance of the SchemaCompareConnectionBasedModelCreator class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Canceled | Gets or sets a value that indicates whether the comparison was canceled. |
![]() |
ConnectionString | Gets or sets the connection string. |
![]() |
DatabaseName | Gets or sets the database name. |
![]() |
ExtensionHandle | Gets or sets the extension handle. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Cancel | Requests that any actions in progress be canceled. |
![]() |
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.) |
![]() |
GetREConstructor | ReverseEngineerConstructor is used to construct a ReverseEngineer object that is then used to reverse engineer the database into a schema model. |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
Initialize | Initializes a new instance of the SchemaCompareConnectionBasedModelCreator class. |
![]() |
IsEqualTemplate | |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
Populate | When implemented in a derived class, populates the data schema model from the provided database file. |
![]() |
ResetCancel | Resets the cancel flag to uncanceled. |
![]() |
Serialize | Serializes the specified XML. |
![]() |
SetExtensionHandle | Sets the extension handle for this creator. |
![]() |
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.