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
멤버
멤버 이름 | 설명 | |
---|---|---|
BulkLogged | Bulk Logged. | |
Full | Full. | |
Simple | Simple. |
주의
The RecoveryModel enumeration class is served by the RecoveryModel property.
참고 항목
참조
Microsoft.SqlServer.Management.Smo 네임스페이스