Model.LogRetentionDays Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the number of days that transaction logs will be kept. NULL means use the LogRetentionDays system setting -1 means logs should be kept indefinitely
public:
property Nullable<short> LogRetentionDays { Nullable<short> get(); void set(Nullable<short> value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public short? LogRetentionDays { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.LogRetentionDays : Nullable<int16> with get, set
Public Property LogRetentionDays As Nullable(Of Short)
Property Value
The number of days that transaction logs will be kept.
- Attributes