BackupSetFlag Enumeration
The BackupSetFlag enumeration contains values that are used to specify the purpose of the backup.
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
| Member name | Description | |
|---|---|---|
| MinimalLogData | Specifies a database with minimal log data. | |
| ReadOnlyDatabase | Specifies a database that is read-only. | |
| SingleUserModeDatabase | Specifies a database that is in single-user mode. | |
| WithSnapshot | Specifies a database with a snapshot. |
Show: