Model.LogRetentionDays 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定將保留交易記錄的天數。 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)
屬性值
交易記錄將會保留的天數。
- 屬性