RecoveryModel Enumeration
The RecoveryModel enumeration contains values that are used to specify the type of recovery model.
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
| Member name | Description | |
|---|---|---|
| BulkLogged | Bulk Logged. | |
| Full | Full. | |
| Simple | Simple. |
The RecoveryModel enumeration class is served by the RecoveryModel property.
Microsoft.SqlServer.Management.Smo Namespace
Choosing the Recovery Model for a Database
Show: