MeasureGroupDimension Members
Include Protected Members
Include Inherited Members
Represents the relationship between a dimension and a measure group. Each MeasureGroupDimension is a reference to one of the dimensions on the host cube, and defines which cube dimensions apply to the measure group.
The MeasureGroupDimension type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MeasureGroupDimension() | Initializes a new instance of the MeasureGroupDimension class using default values. | |
MeasureGroupDimension(String) | Initializes a new instance of MeasureGroupDimension using an identifier. |
Top
Methods
Top
Properties
Name | Description | |
---|---|---|
Annotations | Gets a collection within which you can store custom data. (Inherited from ModelComponent.) | |
CanRaiseEvents | (Inherited from Component.) | |
Container | (Inherited from Component.) | |
CubeDimension | Gets a cube dimension associated with a MeasureGroupDimension. | |
CubeDimensionID | Gets or sets the identifier of the cube dimension, that is, a reference to a specific dimension role. | |
DesignMode | (Inherited from Component.) | |
Dimension | Gets the information for a Dimension. | |
Events | (Inherited from Component.) | |
FriendlyName | Infrastructure. (Overrides ModelComponent.FriendlyName.) | |
KeyForCollection | Infrastructure. (Overrides ModelComponent.KeyForCollection.) | |
OwningCollection | Gets or sets the collection that contains the ModelComponent. (Inherited from ModelComponent.) | |
Parent | Gets the MeasureGroup object that is the parent of the MeasureGroupDimension object. | |
ParentCube | Gets the Cube object that is the parent of the MeasureGroupDimension object. | |
ParentDatabase | Gets the ParentDatabase object that is the parent of the MeasureGroupDimension object. | |
ParentServer | Gets the Server object that is the parent of the MeasureGroupDimension object. | |
Site | (Inherited from Component.) | |
Source | Gets or sets the binding to the source object from which to get data. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICloneable.Clone() | ||
IHostableComponent.Host | (Inherited from ModelComponent.) | |
IModelComponent.FriendlyPath | (Inherited from ModelComponent.) | |
IModelComponent.OwningCollection | (Inherited from ModelComponent.) |
Top