CustomField.SummaryRollup 枚举
指定摘要的汇总类型。
命名空间: Microsoft.Office.Project.Server.Library
程序集: Microsoft.Office.Project.Server.Library(位于 Microsoft.Office.Project.Server.Library.dll 中)
语法
声明
Public Enumeration SummaryRollup
用法
Dim instance As CustomField.SummaryRollup
public enum SummaryRollup
成员
成员名称 | 说明 | |
---|---|---|
Max | 值为 0。最大值。 | |
Min | 值 = 1。最小值。 | |
Count | 值 = 2。计数。 | |
Sum | 值 = 3。总和。 | |
Average | 值 = 4。平均值。 | |
AverageSublevel | 值 = 5。平均子层。 | |
CountSublevel | 值 = 6。子层计数。 | |
CountNonSummary | 值 = 7。非摘要计数中。 | |
StdDev | 值 = 8。计算标准偏差。 | |
Formula | 值 = 9。公式。 | |
None | 值 = 10。无。 |
备注
使用CustomField.SummaryRollup类型在一个CustomFieldDataSet.CustomFieldsRow对象中设置MD_AGGREGATION_TYPE_ENUM属性。