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

成员

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

注释

The RecoveryModel enumeration class is served by the RecoveryModel property.