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 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.

请参阅

参考

Microsoft.SqlServer.Management.Smo 命名空间