DatabaseAdapterBase Members

Include Protected Members
Include Inherited Members

Database adapter base.

The DatabaseAdapterBase type exposes the following members.

Constructors

  Name Description
Public method DatabaseAdapterBase(Database) Initializes a new instance of the DatabaseAdapterBase class for the specified object.

Top

Methods

  Name Description
Public method Alter() Alters database adapter base properties.
Protected method DataFileVolumeNotIn(List<String>)
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Public method GetVolume(String) Returns the volume name as it appears in the PATH variable.
Protected method MemberwiseClone() (Inherited from Object.)
Public method Refresh() Refreshes the database adapter.
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property AutoClose Gets or sets a Boolean value
Public property AutoShrink Gets or sets a Boolean value
Protected property Database Gets the database that is associated with the AdapterBase object.
Public property IsSystemObject
Public property LastBackupDate Gets a Datetime object that indicates the time of the last backup.
Public property LastLogBackupDate Gets a Datetime object that indicates the time of the last log backup.
Public property PageVerify Gets a Boolean value that indcates if the Page Verify setting is set to checksum.
Public property ReadOnly Gets or sets a Boolean value.
Public property RecoveryModel Gets or sets the database adapter recovery model.
Public property Size Gets the database size in MB.
Public property Status Gets the database status.
Public property Trustworthy Gets or sets a Boolean property for the database adapter base.

Top