CBS_CFNames enumeration

Office 2013 and later

This class and its members are reserved for internal use and are not intended to be used in your code. Contains constants that the cube build service (CBS) uses to validate custom field names.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
NoneValue=0. There is no custom field name.
IntrinsicAttributeCollisionValue=1. Intrinsic attribute collision.
IntrinsicDimensionCollisionValue=2. Intrinsic dimension collision.
CustomMeasureCollisionValue=4. Custom measure collision.
TooLongValue=8. The custom field name is too long.
InvalidOlapNameValue=16. The OLAP name is not valid.
Show: