Перечисление BackupSetType

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 database backup set.
Incremental A differential backup set.
Log A transaction log backup set.
FileOrFileGroup A file or file group backup set.