Sql80ReverseEngineer Class

Performs the "reverse engineering" import operation for a SQL Server 2000 database.

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.SchemaModel.ReverseEngineer
    Microsoft.Data.Schema.Sql.SchemaModel.SqlReverseEngineer
      Microsoft.Data.Schema.Sql.SchemaModel.Sql80ReverseEngineer

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public NotInheritable Class Sql80ReverseEngineer _
    Inherits SqlReverseEngineer
public sealed class Sql80ReverseEngineer : SqlReverseEngineer
public ref class Sql80ReverseEngineer sealed : public SqlReverseEngineer
[<Sealed>]
type Sql80ReverseEngineer =  
    class
        inherit SqlReverseEngineer
    end
public final class Sql80ReverseEngineer extends SqlReverseEngineer

The Sql80ReverseEngineer type exposes the following members.

Methods

  Name Description
Public method Dispose() Releases resources. (Inherited from ReverseEngineer.)
Protected method Dispose(Boolean) Releases resources. (Inherited from SqlReverseEngineer.)
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.)
Public method Populate Creates a new DataSchemaModel and populates the model by reverse engineering from the database that is specified by the connection string. (Inherited from SqlReverseEngineer.)
Protected method RaiseCancellationOpportunityEvent Raises the CancellationOpportunityReached event. (Inherited from ReverseEngineer.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Events

  Name Description
Public event CancellationOpportunityReached Raised occasionally when the Populate method is executed to provide an opportunity to cancel the method. (Inherited from ReverseEngineer.)
Public event Progress Raised to provide a progress indicator during reverse engineering. (Inherited from SqlReverseEngineer.)

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