閱讀英文

共用方式為


SPSite.UsageInfo.Bandwidth field

包含累計處理網站集合前一天或記錄檔的最後一天所使用的頻寬,它會追蹤使用狀況分析程式碼。

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

Syntax

'宣告
Public Bandwidth As Long
'用途
Dim instance As SPSite.UsageInfo
Dim value As Long

value = instance.Bandwidth

instance.Bandwidth = value
public long Bandwidth

備註

使用狀況分析程式碼會追蹤只能在 HTTP 記錄檔中記錄什麼。HTTP 記錄檔記錄 _layouts 目錄和結果大於或等於 300 個位元組的 HTTP 要求中的大部分作業除了要求的檔案。

請參閱

參照

SPSite.UsageInfo structure

SPSite.UsageInfo members

Microsoft.SharePoint namespace