CustomField.SummaryRollup enumeration
指定的摘要彙總類型。
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'宣告
Public Enumeration SummaryRollup
'用途
Dim instance As CustomField.SummaryRollup
public enum SummaryRollup
Members
Member name | Description | |
---|---|---|
Max | 值等於 0。最大值。 | |
Min | 值 = 1。最小值。 | |
Count | 值 = 2。計數。 | |
Sum | 值 = 3。加總。 | |
Average | 值 = 4。平均。 | |
AverageSublevel | 值 = 5。平均子層次。 | |
CountSublevel | 值 = 6。計算子層次。 | |
CountNonSummary | 值 = 7。計算非摘要。 | |
StdDev | 值 = 8。標準差。 | |
Formula | 值 = 9。公式。 | |
None | 值 = 10。無。 |
備註
使用CustomField.SummaryRollup型別來設定MD_AGGREGATION_TYPE_ENUM屬性中的CustomFieldDataSet.CustomFieldsRow物件。