Skip to main content

Cube Dimension Bindings

This is a container for cube dimension bindings associated with the measure group.
Permitted Collection Child Definitions
ChildAPI TypeDescription
<CubeDimensionBinding />AstCubeDimensionBindingNodeThe AstCubeDimensionBindingNode type describes a simplified regular dimension relationship between a measure group and a cube dimension in SQL Server Analysis Services. This binding type uses the defined keys and references on the dimension and fact tables to derive the relationship.
<CubeDimensionFactBinding />AstCubeDimensionFactBindingNodeThe AstCubeDimensionFactBindingNode type describes a degenerate/fact dimension relationship between a measure group and a cube dimension that are defined on the same underlying table or DSV named query in SQL Server Analysis Services.
<CubeDimensionManyToManyBinding />AstCubeDimensionManyToManyBindingNodeThe AstCubeDimensionManyToManyBindingNode type describes a many-to-many dimension relationship between a measure group and a cube dimension through an intermediate factless fact table in SQL Server Analysis Services.
<CubeDimensionReferenceBinding />AstCubeDimensionReferenceBindingNodeThe AstCubeDimensionReferenceBindingNode type describes a reference dimension relationship between a measure group and a cube dimension through an intermediate cube dimension in SQL Server Analysis Services.
<CubeDimensionRegularBinding />AstCubeDimensionRegularBindingNodeThe AstCubeDimensionRegularBindingNode type describes a regular dimension relationship between a measure group and a cube dimension in SQL Server Analysis Services. This binding type allows the column mapping between the fact and dimension to be explicitly defined.