共用方式為


SPSolutionResourceUsageAggregatorCountWeightedMean.AggregateRecord method

指定的使用狀況記錄會彙總成彙總結果。

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

Syntax

'宣告
Public Overrides Sub AggregateRecord ( _
    record As SPSolutionResourceUsageRecord _
)
'用途
Dim instance As SPSolutionResourceUsageAggregatorCountWeightedMean
Dim record As SPSolutionResourceUsageRecord

instance.AggregateRecord(record)
public override void AggregateRecord(
    SPSolutionResourceUsageRecord record
)

參數

Exceptions

Exception Condition
ArgumentNullException

record參數是 null 。

備註

這個覆寫設定由基底類別的 [ AggregatedRecord ] 屬性為record的開始時間如果record的開始時間之前使用狀況記錄 ; 包含特定的開始時間的使用狀況記錄的開始時間將使用狀況記錄的結束時間設定為record的結束時間,如果record的結束時間晚於結束時間的使用狀況記錄 ;而且產生的使用方式的ResourceUsage屬性要根據每個使用狀況記錄的範例計數的加權平均值資料錄的集加以彙總的SPSolutionResourceUsageAggregatorCountWeightedMean。

請參閱

參照

SPSolutionResourceUsageAggregatorCountWeightedMean class

SPSolutionResourceUsageAggregatorCountWeightedMean members

Microsoft.SharePoint namespace