共用方式為


SPUsageManager.UsageLogMaxFileSize property

會指出流量記錄檔案的退回大小。當達到最大值時,將會關閉目前的記錄檔案與新,使記錄將會產生一個,就可以繼續。以位元組為單位。

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Property UsageLogMaxFileSize As UInteger
    Get
    Set
'用途
Dim instance As SPUsageManager
Dim value As UInteger

value = instance.UsageLogMaxFileSize

instance.UsageLogMaxFileSize = value
public uint UsageLogMaxFileSize { get; set; }

Property value

Type: System.UInt32

請參閱

參照

SPUsageManager class

SPUsageManager members

Microsoft.SharePoint.Administration namespace