RecoveryModel 枚举

The RecoveryModel enumeration contains values that are used to specify the type of recovery model.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.SqlEnum(在 Microsoft.SqlServer.SqlEnum.dll 中)

语法

声明
Public Enumeration RecoveryModel
用法
Dim instance As RecoveryModel
public enum RecoveryModel
public enum class RecoveryModel
type RecoveryModel
public enum RecoveryModel

成员

成员名称 说明
BulkLogged Bulk Logged.
Full Full.
Simple Simple.

注释

The RecoveryModel enumeration class is served by the RecoveryModel property.

请参阅

参考

Microsoft.SqlServer.Management.Smo 命名空间

其他资源

选择数据库恢复模式