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.
Represents the class that contains database-specific information for a provider.
Inheritance Hierarchy
System.Object
Microsoft.Web.Management.DatabaseManager.DatabaseInfo
Namespace: Microsoft.Web.Management.DatabaseManager
Assembly: Microsoft.Web.Management.DatabaseManager (in Microsoft.Web.Management.DatabaseManager.dll)
Syntax
'Declaration
Public Class DatabaseInfo
'Usage
Dim instance As DatabaseInfo
public class DatabaseInfo
public ref class DatabaseInfo
public class DatabaseInfo
The DatabaseInfo type exposes the following members.
Constructors
| Method Type | Name | Description |
|---|---|---|
![]() |
DatabaseInfo | Creates a new instance of the DatabaseInfo class. |
Properties
| Property Type | Name | Description |
|---|---|---|
![]() |
SupportsSchemas | Specifies whether the database supports schemas. |
Methods
| Method Type | Name | Description |
|---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Remarks
The GetDatabaseInfo method returns a DatabaseInfo object that contains information that is specific to the database that is supported by a provider.
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.
.gif)
.gif)
.gif)