Sql80ReverseEngineer Members

Include Protected Members
Include Inherited Members

Represents the Sql80 reverse engineer.

The Sql80ReverseEngineer type exposes the following members.

Methods

  Name Description
Protected method AdjustTypeSize Adjusts the type size. (Inherited from SqlReverseEngineer.)
Protected method CreateDataSchemaModel Creates a data schema model. (Inherited from SqlReverseEngineer.)
Protected method CreateTypeDictionary Creates a type dictionary. (Inherited from SqlReverseEngineer.)
Public method Dispose Overloaded. Releases resources.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Public method FilterLogin Returns whether filtering is active -- using either login by SID or principal by login name. (Inherited from SqlReverseEngineer.)
Protected method FilterLoginBySid Returns whether filtering login by SID is active. (Inherited from SqlReverseEngineer.)
Protected method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Protected method GetBuiltinTypeFromName Returns an SQL built-in type, given a type name. (Inherited from SqlReverseEngineer.)
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 InitializeCachedElement Initializes a dictionary of cached elements, given a data schema model. (Inherited from SqlReverseEngineer.)
Protected method IsLargeDataType Returns whether this is image data. (Inherited from SqlReverseEngineer.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Populate Populates a data schema model, given an error manager. (Inherited from SqlReverseEngineer.)
Protected method QueryServerInformation Queries this object for server information. (Inherited from SqlReverseEngineer.)
Protected method QueryTargetCollation Queries a target collation. (Inherited from SqlReverseEngineer.)
Protected method RaiseCancelationOpportunityEvent Raises the CancelationOpportunityReached event. (Inherited from ReverseEngineer.)
Protected method RaiseProgressEvent Raises the progress event. (Inherited from SqlReverseEngineer.)
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)
Protected method VerifyDatabasePermissions Not used. (Overrides SqlReverseEngineer.VerifyDatabasePermissions().)
Protected method VerifyServerPermissions Not used. (Overrides SqlReverseEngineer.VerifyServerPermissions().)

Top

Fields

  Name Description
Protected fieldStatic member Query_SqlExtendedProperty Value is SQL extended property query result.

Top

Properties

  Name Description
Public property AlwaysPopulateColumnCollation Gets whether to always populate column collation. (Inherited from SqlReverseEngineer.)
Protected property Collation Gets the model collation. (Inherited from SqlReverseEngineer.)
Protected property CurrentConnection Gets the current SQL connection. (Inherited from SqlReverseEngineer.)
Protected property DatabaseSchemaProvider Gets the schema provider. (Inherited from SqlReverseEngineer.)
Protected property DataSchemaModel Gets the SQL schema model. (Inherited from SqlReverseEngineer.)
Public property IgnoreExtendedProperties Gets whether to ignore extended properties. (Inherited from SqlReverseEngineer.)
Public property IgnorePermissions Gets whether to ignore permissions. (Inherited from SqlReverseEngineer.)
Public property ModelBuilderOption Gets the model builder option. (Inherited from SqlReverseEngineer.)
Protected property ModelCapability Gets the model capability. (Inherited from SqlReverseEngineer.)
Protected property Parser Gets the T-SQL parser. (Inherited from SqlReverseEngineer.)
Protected property ParserForQuotedIdentifiers Gets the T-SQL parser for quoted identifiers. (Inherited from SqlReverseEngineer.)
Protected property TypeDictionary Gets the type dictionary. (Inherited from SqlReverseEngineer.)
Protected property ValidationEnabled Gets whether validation is enabled. (Inherited from SqlReverseEngineer.)

Top

Events

  Name Description
Public event CancelationOpportunityReached Gives the caller the opportunity to cancel the Populate operation. (Inherited from ReverseEngineer.)
Public event Progress Returns progress during reverse engineering. (Inherited from SqlReverseEngineer.)

Top

See Also

Reference

Sql80ReverseEngineer Class

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace