Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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)
Syntax
'Declaration
Public Enumeration BackupSetType
'Usage
Dim instance As BackupSetType
public enum BackupSetType
public enum class BackupSetType
type BackupSetType
public enum BackupSetType
Members
| Member name | Description | |
|---|---|---|
| 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. |