RecoveryDatabaseOptionKind Enumeration
Specifies the kinds of recovery in the alter database options.
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
| Member name | Description | |
|---|---|---|
| BulkLogged | The kind is BulkLogged. | |
| Full | The kind is Full. | |
| None | The kind is None. | |
| Simple | The kind is Simple. |
Show: