Sql80DatabaseSchemaProvider Members

Include Protected Members
Include Inherited Members

Represents the Sql80 database schema provider.

The Sql80DatabaseSchemaProvider type exposes the following members.

Constructors

  Name Description
Public method Sql80DatabaseSchemaProvider Initializes a new instance of the Sql80DatabaseSchemaProvider class.

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 attempt to free resources and perform other cleanup operations before the Object 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 GetServiceConstructor<TServiceConstructor> Returns a compatible service constructor if one is registered; otherwise, falls back on the extension manager. (Inherited from DatabaseSchemaProvider.)
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 RegisterStoreTypes Registers model store types. (Overrides DatabaseSchemaProvider.RegisterStoreTypes(ModelSchema).)
Public method SchemaVersionSupported Specifies whether a schema version is supported. (Overrides DatabaseSchemaProvider.SchemaVersionSupported(String).)
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Fields

  Name Description
Public fieldStatic member Sql80MaxIdentifierLength Value is 512.
Public fieldStatic member Sql80ModelSchemaVersion Value is 1.0.

Top

Properties

  Name Description
Public property ExtensionManager Gets the extension manager. (Inherited from DatabaseSchemaProvider.)
Public property StoreSchema Gets the store schema. (Inherited from DatabaseSchemaProvider.)
Public property UserInteractionServices Gets an instance of user interaction services. (Overrides DatabaseSchemaProvider.UserInteractionServices.)

Top

See Also

Reference

Sql80DatabaseSchemaProvider Class

Microsoft.Data.Schema.Sql.SqlDsp Namespace