Aracılığıyla paylaş


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

'Bildirim
Public Enumeration RecoveryModel
'Kullanım
Dim instance As RecoveryModel
public enum RecoveryModel
public enum class RecoveryModel
type RecoveryModel
public enum RecoveryModel

Members

Member name Description
Simple Simple.
BulkLogged Bulk Logged.
Full Full.

Remarks

The RecoveryModel enumeration class is served by the RecoveryModel property.

See Also

Reference

Microsoft.SqlServer.Management.Smo Namespace

Other Resources

Choosing the Recovery Model for a Database