CBS_CFNames Enumeration
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)
Syntax
'Declaration
<CLSCompliantAttribute(True)> _
<FlagsAttribute> _
Public Enumeration CBS_CFNames
'Usage
Dim instance As CBS_CFNames
[CLSCompliantAttribute(true)]
[FlagsAttribute]
public enum CBS_CFNames
Members
Member name | Description | |
---|---|---|
None | Value=0. There is no custom field name. | |
IntrinsicAttributeCollision | Value=1. Intrinsic attribute collision. | |
IntrinsicDimensionCollision | Value=2. Intrinsic dimension collision. | |
CustomMeasureCollision | Value=4. Custom measure collision. | |
TooLong | Value=8. The custom field name is too long. | |
InvalidOlapName | Value=16. The OLAP name is not valid. |