IDatabaseOptions.RecoveryModel Property
SQL Server 2012
Gets or sets the recovery model for the database.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[DisplayDescriptionKeyAttribute("Database_RecoveryModelDesc")] [DisplayNameKeyAttribute("Database_RecoveryModelName")] RecoveryModel RecoveryModel { get; set; }
Property Value
Type: Microsoft.SqlServer.Management.Smo.RecoveryModelA RecoveryModel object value that specifies the recovery model that is currently in operation on the database.
