Varigence, Inc.

Expand Minimize
BIML Language Reference
Dimension Element
Fact table objects include all of the capabilities of regular tables and additionally correspond directly to a Dimension in SQL Server Analysis Services (SSAS).
Attributes
 AttributeAPI TypeDefaultDescription
ConnectionNameAstDbConnectionNode 
This value specifies the connection where the table is located.
NameString 
Specifies the name of the object. This name can be used to reference this object from anywhere else in the program.
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.
CompressionTypeTableCompressionTypeNone
This value specifies what kind of compression the table uses.
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.
FriendlyNameString 
Specifies the name to use in the SSAS data source view and downstream SSAS objects.
LanguageLanguageNone
This value specifies the default language to be associated with the dimension.
LateArrivingBooleanfalse
This value specifies whether the table supports late arriving rows. Late arriving rows allow the table to create placeholder values that are patched later when a dimension foreign key value is loaded in a referencing tabe before it is present in this table.
MdxMissingMemberModeMdxMissingMemberModeDefault
This value specifies how missing members are handled for Multidimensional Expressions (MDX) statements.
PackageSubpathString 
This specifies a file path fragment to use for emitting output files for this table. It is most commonly employed to ensure that the output files for multiple tables will be placed into the same output directory.
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.
SchemaNameAstSchemaNode 
This value specifies the schema to which this table belongs. If this value is not supplied, the table will use the default schema specified in the database.
StorageModeStorageModeMolap
This value specifies which storage mode the dimension will use.
UnknownMemberSsasUnknownMemberNone
This value specifies 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
<Columns>
    Multiple Choices...
</Columns>
AstTableColumnBaseNode
This is a container for table column definitions.
<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.
<CustomExtensions>
    <CustomExtension />
</CustomExtensions>
AstCustomExtensionContainerTaskNode
This is a collecton of containers for table index definitions or other table customization.
<Indexes>
    <Index />
</Indexes>
AstTableIndexNode
This is a container for table index definitions.
<Keys>
    Multiple Choices...
</Keys>
AstTableKeyBaseNode
This is a container for table key definitions.
<Relationships>
    <Relationship />
</Relationships>
AstAttributeRelationshipNode
This is a container for definitions of the attribute relationships associated with the dimension.
<Sources>
    <StaticSource />
</Sources>
AstTableSourceBaseNode
This is a container for table source definitions.
<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.