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.
Provides an extension point for a file creator that is used by the Schema Compare window of Visual Studio Premium and Visual Studio Ultimate to create a file-based database.
Inheritance Hierarchy
System.Object
Microsoft.Data.Schema.Tools.Compare.Schema.SchemaCompareFileBasedModelCreator
Namespace: Microsoft.Data.Schema.Tools.Compare.Schema
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public MustInherit Class SchemaCompareFileBasedModelCreator _
Implements IExtension
public abstract class SchemaCompareFileBasedModelCreator : IExtension
public ref class SchemaCompareFileBasedModelCreator abstract : IExtension
[<AbstractClass>]
type SchemaCompareFileBasedModelCreator =
class
interface IExtension
end
public abstract class SchemaCompareFileBasedModelCreator implements IExtension
The SchemaCompareFileBasedModelCreator type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SchemaCompareFileBasedModelCreator | Initializes a new instance of the SchemaCompareFileBasedModelCreator class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
FileDescription | When implemented in a derived class, gets or sets a description of the file. |
![]() |
FileExtension | When implemented in a derived class, gets or sets the file name extension that is used for database files. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
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.) |
![]() |
GetModelInformation | When implemented in a derived class, retrieves the model information from the specified file and determines whether the file is a valid database file. |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
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. |
![]() |
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.