DatabaseBackupInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Information about backup files when existing backup mode is used.
public class DatabaseBackupInfo
type DatabaseBackupInfo = class
Public Class DatabaseBackupInfo
- Inheritance
-
DatabaseBackupInfo
Constructors
DatabaseBackupInfo() |
Initializes a new instance of the DatabaseBackupInfo class. |
DatabaseBackupInfo(String, String, IList<String>, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Int32>, Nullable<DateTimeOffset>) |
Initializes a new instance of the DatabaseBackupInfo class. |
Properties
BackupFiles |
Gets the list of backup files for the current database. |
BackupFinishDate |
Gets date and time when the backup operation finished. |
BackupType |
Gets backup Type. Possible values include: 'Database', 'TransactionLog', 'File', 'DifferentialDatabase', 'DifferentialFile', 'Partial', 'DifferentialPartial' |
DatabaseName |
Gets database name. |
FamilyCount |
Gets number of files in the backup set. |
IsCompressed |
Gets whether the backup set is compressed |
IsDamaged |
Gets database was damaged when backed up, but the backup operation was requested to continue despite errors. |
Position |
Gets position of current database backup in the file. |