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
Public method DatabaseInfo Creates a new instance of the DatabaseInfo class.

Top

Properties

  Name Description
Public property SupportsSchemas Specifies whether the database supports schemas.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.Web.Management.DatabaseManager Namespace