Model.LogRetentionDays 屬性

定義

指定將保留交易記錄的天數。 Null 表示使用 LogRetentionDays 系統設定-1 表示應該無限期地保留記錄

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)

屬性值

Nullable<Int16>

交易記錄將會保留的天數。

屬性

適用於