• PRODUCTS
  • SUPPORT
  • DOCS
  • PARTNERS
  • COMPANY
  • QUOTE
  • ACCOUNT
  • STORE
QUOTE

Documentation

Support Forums
What can we help you with?
Topics

Dimension Metadata Element

API Type:
Varigence.Languages.Biml.Dimension.AstDimensionMetadataNode
X-Ref:
  • Ast Dimension Metadata Node
  • Ast Analysis Metadata Base Node
  • Ast Securable Node
  • Ast Scope Boundary Node

Attributes

AttributeAPI TypeDefaultDescription
NameString 
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
AttributeAllMemberNameString 
This value specifies the All member attribute of the dimension.
CollationString 
This value specifies the data sorting and comparison methods used by the dimension.
CurrentStorageModeStorageModeMolap
This value specifies which storage mode the dimension uses.
DimensionTypeSsasDimensionTypeRegular
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.
LanguageLanguageNone
This value specifies the default language to be associated with the dimension.
LogicalDisplayFolderStringstring.Empty
Specifies a path that should be used for organizing the tree display of this object in the Logical View in BimlStudio.
MdxMissingMemberModeMdxMissingMemberModeDefault
This value specifies how missing members are handled for Multidimensional Expressions (MDX) statements.
ProcessingGroupProcessingGroupByAttribute
This value specifies the processing group for the dimension. The default value is ByAttribute.
ProcessingModeProcessingModeRegular
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.
ProcessingPriorityInt320
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.
StorageModeStorageModeMolap
This value specifies which storage mode the dimension will use.
UnknownMemberSsasUnknownMemberNone
This value specifies unknown member behavior for the dimension.
UnknownMemberNameString 
This value specifies captions for unknown members of the dimension.
WriteEnabledBooleanFalse
This value specifies whether users are able to modify the contents of the dimension.

Singleton Children

ChildAPI TypeDescription
<ErrorConfiguration />AstErrorConfigurationNodeThe AstErrorConfigurationNode type defines how the SQL Server Analysis Services engine will respond to various potential error conditions while processing objects in the cube.
<ProactiveCaching />AstProactiveCachingNodeThe AstProactiveCachingNodecorresponds directly to a proactive caching configuration definition in SQL Server Analysis Services.

Collection Children

ChildAPI TypeDescription
<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.

© Varigence