Cube Dimension Bindings
This is a container for cube dimension bindings associated with the measure group.
Permitted Collection Child Definitions
Child | API Type | Description |
---|---|---|
<CubeDimensionBinding /> | AstCubeDimensionBindingNode | The 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 /> | AstCubeDimensionFactBindingNode | The 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 /> | AstCubeDimensionManyToManyBindingNode | The 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 /> | AstCubeDimensionReferenceBindingNode | The 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 /> | AstCubeDimensionRegularBindingNode | The 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. |