Sql90ReverseEngineer Class
Implements the "reverse engineering" import operation for SQL Server 2005.
Inheritance Hierarchy
System.Object
Microsoft.Data.Schema.SchemaModel.ReverseEngineer
Microsoft.Data.Schema.Sql.SchemaModel.SqlReverseEngineer
Microsoft.Data.Schema.Sql.SchemaModel.Sql90ReverseEngineer
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public NotInheritable Class Sql90ReverseEngineer _
Inherits SqlReverseEngineer
public sealed class Sql90ReverseEngineer : SqlReverseEngineer
public ref class Sql90ReverseEngineer sealed : public SqlReverseEngineer
[<Sealed>]
type Sql90ReverseEngineer =
class
inherit SqlReverseEngineer
end
public final class Sql90ReverseEngineer extends SqlReverseEngineer
The Sql90ReverseEngineer 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.