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。無。 |
備註
若要設定MD_AGGREGATION_TYPE_ENUM屬性CustomFieldDataSet.CustomFieldsRow物件中使用CustomField.SummaryRollup類型。