BackupSetInfo 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 of backup set
public class BackupSetInfo
type BackupSetInfo = class
Public Class BackupSetInfo
- Inheritance
-
BackupSetInfo
Constructors
BackupSetInfo() |
Initializes a new instance of the BackupSetInfo class. |
BackupSetInfo(String, String, String, Nullable<DateTimeOffset>, String, IList<BackupFileInfo>, String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<Boolean>) |
Initializes a new instance of the BackupSetInfo class. |
Properties
BackupFinishedDate |
Gets or sets date and time that the backup operation finished |
BackupSetId |
Gets or sets id for the set of backup files |
BackupStartDate |
Gets or sets date and time that the backup operation began |
BackupType |
Gets or sets enum of the different backup types Possible values include: 'Database', 'TransactionLog', 'File', 'DifferentialDatabase', 'DifferentialFile', 'Partial', 'DifferentialPartial' |
DatabaseName |
Gets or sets name of the database to which the backup set belongs |
FirstLsn |
Gets or sets first log sequence number of the backup file |
IsBackupRestored |
Gets or sets whether the backup set is restored or not |
LastLsn |
Gets or sets last log sequence number of the backup file |
LastModifiedTime |
Gets or sets last modified time of the backup file in share location |
ListOfBackupFiles |
Gets or sets list of files in the backup set |