SPWebApplication.EventLogRetentionPeriod property
取得或設定為保存的事件記錄的時間量。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property EventLogRetentionPeriod As TimeSpan
Get
Set
'用途
Dim instance As SPWebApplication
Dim value As TimeSpan
value = instance.EventLogRetentionPeriod
instance.EventLogRetentionPeriod = value
public TimeSpan EventLogRetentionPeriod { get; set; }
Property value
Type: System.TimeSpan
TimeSpan
若要保留事件記錄檔,忽略時數、 分鐘和秒鐘的時間量。
Exceptions
Exception | Condition |
---|---|
SecurityException | 目前的使用者不是伺服器陣列管理員。 |