The BackupSetType enumeration contains values that are used to specify the backup type.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.SqlEnum(Microsoft.SqlServer.SqlEnum.dll)
구문
‘선언
Public Enumeration BackupSetType
‘사용 방법
Dim instance As BackupSetType
public enum BackupSetType
public enum class BackupSetType
type BackupSetType
public enum BackupSetType
멤버
| 멤버 이름 | 설명 | |
|---|---|---|
| Database | A full database backup set. | |
| Differential | A differential backup set. | |
| FileOrFileGroup | A file or file group backup set. | |
| FileOrFileGroupDifferential | A file or filegroup differential backup set. | |
| Incremental | A differential backup set. MSSQL doesn't support incremental backup (present here just for backward compatibility.) | |
| Log | A transaction log backup set. |