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.
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 | |
---|---|---|
![]() |
Dispose() | Releases resources. (Inherited from ReverseEngineer.) |
![]() |
Dispose(Boolean) | Releases resources. (Inherited from SqlReverseEngineer.) |
![]() |
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.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
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.) |
![]() |
RaiseCancellationOpportunityEvent | Raises the CancellationOpportunityReached event. (Inherited from ReverseEngineer.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
![]() |
CancellationOpportunityReached | Raised occasionally when the Populate method is executed to provide an opportunity to cancel the method. (Inherited from ReverseEngineer.) |
![]() |
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.