DatabaseInfo Class
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
Name | Description | |
---|---|---|
DatabaseInfo | Creates a new instance of the DatabaseInfo class. |
Top
Properties
Name | Description | |
---|---|---|
SupportsSchemas | Specifies whether the database supports schemas. |
Top
Methods
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.) |
Top
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.