DatabaseSchemaProvider Members
Include Protected Members
Include Inherited Members
Exposes a suite of factory objects and factory methods for instantiating service objects related to schema and script modeling.
The DatabaseSchemaProvider type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DatabaseSchemaProvider | Initializes a new instance of the DatabaseSchemaProvider class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
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.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetServiceConstructor<TServiceConstructor> | Returns a compatible service constructor if one is registered; otherwise, falls back on the extension manager. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
RegisterStoreTypes | Registers store types. | |
SchemaVersionSupported | Returns whether the specified schema version is supported. | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
ExtensionManager | Gets the extension manager. | |
StoreSchema | Gets the store schema. | |
UserInteractionServices | Gets the UI services used by the project system or other user interfaces. |
Top