BackupSetType Enum
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.
Backupset type : Full Database, Differential, Log, File or Filegroup
public enum BackupSetType
type BackupSetType =
Public Enum BackupSetType
- Inheritance
-
BackupSetType
Fields
Database | 1 | Full database backupset. |
Differential | 2 | Differential backupset. |
FileOrFileGroup | 4 | File or Filegroup backupset. |
FileOrFileGroupDifferential | 5 | File or Filegroup differential backupset |
Incremental | 2 | Differential backupset. MSSQL doesn't support incremental backup. (present here just for backward compatibility.) |
Log | 3 | T-Log backupset. |