SchemaCompareFileBasedModelCreator Class

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
Protected method SchemaCompareFileBasedModelCreator Initializes a new instance of the SchemaCompareFileBasedModelCreator class.

Top

Properties

  Name Description
Public property FileDescription When implemented in a derived class, gets or sets a description of the file.
Public property FileExtension When implemented in a derived class, gets or sets the file name extension that is used for database files.

Top

Methods

  Name Description
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 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.
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.)
Public method Populate When implemented in a derived class, populates the data schema model from the provided database file.
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

DatabaseSchemaProvider

IExtension

SchemaCompareFileBasedModelProvider