Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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