Expand Minimize
This topic has not yet been rated - Rate this topic

BackupSetType Enumeration

The BackupSetType enumeration contains values that are used to specify the backup type.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
public enum BackupSetType
Member nameDescription
DatabaseA full database backup set.
DifferentialA differential backup set.
IncrementalA differential backup set. MSSQL doesn't support incremental backup (present here just for backward compatibility.)
LogA transaction log backup set.
FileOrFileGroupA file or file group backup set.
FileOrFileGroupDifferentialA file or filegroup differential backup set.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.