Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the recovery model for the database.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property RecoveryModel As DatabaseRecoveryModel
public DatabaseRecoveryModel RecoveryModel { get; set; }
public:
property DatabaseRecoveryModel RecoveryModel {
DatabaseRecoveryModel get ();
void set (DatabaseRecoveryModel value);
}
member RecoveryModel : DatabaseRecoveryModel with get, set
function get RecoveryModel () : DatabaseRecoveryModel
function set RecoveryModel (value : DatabaseRecoveryModel)
Property Value
Type: Microsoft.TeamFoundation.Framework.Server.DatabaseRecoveryModel
Returns DatabaseRecoveryModel.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.