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 命名空間