SPSolutionResourceUsageAggregatorSum.AggregateRecord method
指定的使用狀況記錄會彙總成彙總結果。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Overrides Sub AggregateRecord ( _
record As SPSolutionResourceUsageRecord _
)
'用途
Dim instance As SPSolutionResourceUsageAggregatorSum
Dim record As SPSolutionResourceUsageRecord
instance.AggregateRecord(record)
public override void AggregateRecord(
SPSolutionResourceUsageRecord record
)
參數
record
Type: Microsoft.SharePoint.SPSolutionResourceUsageRecord彙總使用狀況記錄。
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | record參數是 null 。 |
備註
這個覆寫設定record的開始時間來產生使用狀況記錄的開始時間,如果record的開始時間早,將record的結束時間設定結果使用狀況記錄的結束時間,如果record的結束時間晚,並將之資源使用量的record加入至產生的使用狀況記錄的資源使用狀況。
請參閱
參照
SPSolutionResourceUsageAggregatorSum class