SPSolutionResourceUsageAggregatorCountWeightedMean.AggregateRecord 方法
将指定的使用率记录聚合到聚合结果。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Overrides Sub AggregateRecord ( _
record As SPSolutionResourceUsageRecord _
)
用法
Dim instance As SPSolutionResourceUsageAggregatorCountWeightedMean
Dim record As SPSolutionResourceUsageRecord
instance.AggregateRecord(record)
public override void AggregateRecord(
SPSolutionResourceUsageRecord record
)
参数
record
类型:Microsoft.SharePoint.SPSolutionResourceUsageRecord要进行聚合的用法记录。
异常
异常 | 条件 |
---|---|
ArgumentNullException | record参数是 null 。 |
备注
此重写设置到record的开始时间表示由基类的AggregatedRecord属性,如果record的开始时间之前的用法记录 ; 的开始时间的用法记录的开始时间将用法记录的结束时间设置为record的结束时间,如果record的结束时间晚于用法记录中 ; 的结束时间和由SPSolutionResourceUsageAggregatorCountWeightedMean聚合的集的生成的使用情况的ResourceUsage属性记录至基于每个用法记录的示例计数的加权平均值。
另请参阅
引用
SPSolutionResourceUsageAggregatorCountWeightedMean 类