IDatabaseOptions.RecoveryModel Property
Gets or sets the recovery model for the database.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[DisplayNameKeyAttribute("Database_RecoveryModelName")] [DisplayDescriptionKeyAttribute("Database_RecoveryModelDesc")] 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.
How to Get and Set a Property in Visual Basic .NET
Show: