Compartir a través de


Enumeración BackupSetType

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)

Sintaxis

'Declaración
Public Enumeration BackupSetType
'Uso
Dim instance As BackupSetType
public enum BackupSetType
public enum class BackupSetType
type BackupSetType
public enum BackupSetType

Miembros

Nombre del miembro Descripción
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.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Management.Smo