ContextualNameRule Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies a naming format used to disambiguate attributes (calculated columns) that participate in role-playing dimensions (tables).
public enum ContextualNameRule
type ContextualNameRule =
Public Enum ContextualNameRule
- Inheritance
-
ContextualNameRule
Fields
Context | 2 | The naming format contains the context only. |
Merge | 1 | The naming format contains both the attribute names and the role names. |
None | 0 | No naming format is used. |