RecoveryModel Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
enum values are aranget to mach sys.databases.recovery_option
[System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.RecoveryModelConverter))]
public enum RecoveryModel
[<System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.RecoveryModelConverter))>]
type RecoveryModel =
Public Enum RecoveryModel
- Inheritance
-
RecoveryModel
- Attributes
Fields
Name | Value | Description |
---|---|---|
Full | 1 | |
BulkLogged | 2 | |
Simple | 3 |