共用方式為


CustomFieldRollupType enumeration

指定自訂欄位的摘要彙總類型。

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'宣告
Public Enumeration CustomFieldRollupType
'用途
Dim instance As CustomFieldRollupType
public enum CustomFieldRollupType

Members

Member name Description
NotSpecified 未指定。
Max 值等於 0。最大值。
Min 值 = 1。最小值。
Count 值 = 2。計數。
Sum 值 = 3。加總。
Average 值 = 4。平均。
AverageSublevel 值 = 5。平均子層次。
CountSublevel 值 = 6。計算子層次。
CountNonSummary 值 = 7。計算非摘要。
StdDev 值 = 8。標準差。
Formula 值 = 9。公式。
None 值 = 10。無。

備註

CSOM 的CustomFieldRollupType列舉型別相當於CustomField.SummaryRollupMicrosoft.Office.Project.Server.Library命名空間中。CustomFieldRollupType常數可以搭配CustomField.RollupType屬性。

請參閱

參照

Microsoft.ProjectServer.Client namespace