SessionBaseMaxUpdateTransactionLogHistory Property |
Determines max number of UpdateTransaction objects we maintain in update transaction log in Database 0, initially set to 9990
Namespace:
VelocityDb.Session
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public static int MaxUpdateTransactionLogHistory { get; set; }
Public Shared Property MaxUpdateTransactionLogHistory As Integer
Get
Set
public:
static property int MaxUpdateTransactionLogHistory {
int get ();
void set (int value);
}
static member MaxUpdateTransactionLogHistory : int with get, set
Property Value
Type:
Int32See Also