RecoveryModel-Enumeration

The RecoveryModel enumeration contains values that are used to specify the type of recovery model.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)

Syntax

'Declaration
Public Enumeration RecoveryModel
'Usage
Dim instance As RecoveryModel
public enum RecoveryModel
public enum class RecoveryModel
type RecoveryModel
public enum RecoveryModel

Elemente

Elementname Beschreibung
BulkLogged Bulk Logged.
Full Full.
Simple Simple.

Hinweise

The RecoveryModel enumeration class is served by the RecoveryModel property.

Siehe auch

Verweis

Microsoft.SqlServer.Management.Smo-Namespace

Andere Ressourcen

Auswählen des Wiederherstellungsmodells für eine Datenbank