หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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
Members
| Member name | Description | |
|---|---|---|
| BulkLogged | Bulk Logged. | |
| Full | Full. | |
| Simple | Simple. |
Remarks
The RecoveryModel enumeration class is served by the RecoveryModel property.
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace