Перечисление RecoveryModel

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

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.SqlEnum (в Microsoft.SqlServer.SqlEnum.dll)

Синтаксис

'Декларация
Public Enumeration RecoveryModel
'Применение
Dim instance As RecoveryModel
public enum RecoveryModel
public enum class RecoveryModel
type RecoveryModel
public enum RecoveryModel

Элементы

Имя элемента Описание
Simple Simple.
BulkLogged Bulk Logged.
Full Full.

Замечания

The RecoveryModel enumeration class is served by the RecoveryModel property.