BackupSetType Enum

Definition

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.

Applies to