SPSite.AuditLogTrimmingRetention property
取得或設定的稽核記錄檔的資料保留的天數。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property AuditLogTrimmingRetention As Integer
Get
Set
'用途
Dim instance As SPSite
Dim value As Integer
value = instance.AuditLogTrimmingRetention
instance.AuditLogTrimmingRetention = value
public int AuditLogTrimmingRetention { get; set; }
Property value
Type: System.Int32
若要保留稽核記錄檔中的事件的日數。
備註
AuditLogTrimmingRetention屬性會指定要保留稽核記錄檔中的事件多少天。當TrimAuditLog屬性設定為true,過多定期移除稽核記錄檔。這個程序包括建立限制計算上一步是從目前的日期,指定的天數,然後移除這個限制以前的日期記錄檔項目。