SqlBackupSetInfo 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 SqlBackupSetInfo
type SqlBackupSetInfo = class
Public Class SqlBackupSetInfo
- Inheritance
-
SqlBackupSetInfo
Properties
BackupFinishOn |
Backup end time. |
BackupSetId |
Backup set id. |
BackupStartOn |
Backup start date. |
BackupType |
Backup type. |
FamilyCount |
Media family count. |
FirstLSN |
First LSN of the backup set. |
HasBackupChecksums |
Has Backup Checksums. |
IgnoreReasons |
The reasons why the backup set is ignored. |
IsBackupRestored |
Whether this backup set has been restored or not. |
LastLSN |
Last LSN of the backup set. |
ListOfBackupFiles |
List of files in the backup set. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET