Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Specifies the kinds of recovery in the alter database options.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration RecoveryDatabaseOptionKind
'Usage
Dim instance As RecoveryDatabaseOptionKind
[SerializableAttribute]
public enum RecoveryDatabaseOptionKind
[SerializableAttribute]
public enum class RecoveryDatabaseOptionKind
[<SerializableAttribute>]
type RecoveryDatabaseOptionKind
public enum RecoveryDatabaseOptionKind
Members
| Member name | Description | |
|---|---|---|
| BulkLogged | The kind is BulkLogged. | |
| Full | The kind is Full. | |
| None | The kind is None. | |
| Simple | The kind is Simple. |