Dimension Metadata Element
X-Ref:
- Ast Dimension Metadata Node
- Ast Analysis Metadata Base Node
- Ast Securable Node
- Ast Scope Boundary Node
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
Name | String | Specifies the name of the object. This name can be used to reference this object from anywhere else in the program. This is a required property | |
AttributeAllMemberName | String | This value specifies the All member attribute of the dimension. | |
Collation | String | This value specifies the data sorting and comparison methods used by the dimension. | |
CurrentStorageMode | StorageMode | Molap | This value specifies which storage mode the dimension uses. |
DimensionType | SsasDimensionType | Regular | This value specifies the type of the dimension. This type information is passed to the OLAP client such as Microsoft Excel for presentation to the end-user. |
Language | Language | None | This value specifies the default language to be associated with the dimension. |
LogicalDisplayFolder | String | string.Empty | Specifies a path that should be used for organizing the tree display of this object in the Logical View in BimlStudio. |
MdxMissingMemberMode | MdxMissingMemberMode | Default | This value specifies how missing members are handled for Multidimensional Expressions (MDX) statements. |
ProcessingGroup | ProcessingGroup | ByAttribute | This value specifies the processing group for the dimension. The default value is ByAttribute. |
ProcessingMode | ProcessingMode | Regular | This value specifies when indexing and aggregating occur. The options are Regular, which means that indexing and aggregations occur during processing, or Lazy, which means that indexing aggregation occur after processing is completed. |
ProcessingPriority | Int32 | 0 | This value specifies the priority of background processing operations relative to query handling, other non-background functions, and other functions that have a priority specified. Lower integer values indicate lower priority. The default value is 0. |
StorageMode | StorageMode | Molap | This value specifies which storage mode the dimension will use. |
UnknownMember | SsasUnknownMember | None | This value specifies unknown member behavior for the dimension. |
UnknownMemberName | String | This value specifies captions for unknown members of the dimension. | |
WriteEnabled | Boolean | False | This value specifies whether users are able to modify the contents of the dimension. |
Singleton Children
Child | API Type | Description |
---|---|---|
<ErrorConfiguration /> | AstErrorConfigurationNode | The AstErrorConfigurationNode type defines how the SQL Server Analysis Services engine will respond to various potential error conditions while processing objects in the cube. |
<ProactiveCaching /> | AstProactiveCachingNode | The AstProactiveCachingNodecorresponds directly to a proactive caching configuration definition in SQL Server Analysis Services. |
Collection Children
Child | API Type | Description |
---|---|---|
<Annotations> <Annotation /> </Annotations> | AstAnnotationNode | This is a collection of annotation items that can be used to specify documentation, tags, or other information. Annotations are particularly useful for storing information about nodes that can be used by BimlScript code. |
<AttributeAllMemberTranslations> <AttributeAllMemberTranslation /> </AttributeAllMemberTranslations> | AstTranslationNode | This value contains alternate language versions for the captions of the All member of the dimension. |
<AttributeHierarchies> <Hierarchy /> </AttributeHierarchies> | AstDimensionHierarchyNode | This is a container for definitions of the attribute hierarchies associated with the dimension. |
<Attributes> <Attribute /> </Attributes> | AstAttributeNode | This is a container for definitions of the attributes associated with the dimension. |
<Relationships> <Relationship /> </Relationships> | AstAttributeRelationshipNode | This is a container for definitions of the attribute relationships associated with the dimension. |
<Translations> <Translation /> </Translations> | AstTranslationNode | This value contains alternate language versions of measure groups, measures, cube dimension, perspectives, KPIs, actions, named sets, and calculated members associated with a dimension. These are used by client applications such as Microsoft Excel to show values for dimension metadata that are consistent with the language of the end-user. |