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.
Inheritance Hierarchy
Namespace: Microsoft.AnalysisServices System. . :: . Object
System. . :: . MarshalByRefObject
System.ComponentModel. . :: . Component
Microsoft.AnalysisServices. . :: . ModelComponent
Microsoft.AnalysisServices. . :: . MeasureGroupDimension
Microsoft.AnalysisServices. . :: . DataMiningMeasureGroupDimension
Microsoft.AnalysisServices. . :: . ManyToManyMeasureGroupDimension
Microsoft.AnalysisServices. . :: . RegularMeasureGroupDimension
System
System.ComponentModel
Microsoft.AnalysisServices
Microsoft.AnalysisServices
Microsoft.AnalysisServices
Microsoft.AnalysisServices
Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
<[%$TOPIC/ms166266_en-us_SQL_110_2_0_0_0_0%]("9BD35E38-ED73-4d48-B3F7-7D18241C115C")> _
Public MustInherit Class MeasureGroupDimension _
Inherits [%$TOPIC/ms166266_en-us_SQL_110_2_0_0_0_1%] _
Implements [%$TOPIC/ms166266_en-us_SQL_110_2_0_0_0_2%]
Dim instance As MeasureGroupDimension
[[%$TOPIC/ms166266_en-us_SQL_110_2_0_2_0_0%]("9BD35E38-ED73-4d48-B3F7-7D18241C115C")]
public abstract class MeasureGroupDimension : [%$TOPIC/ms166266_en-us_SQL_110_2_0_2_0_1%],
[%$TOPIC/ms166266_en-us_SQL_110_2_0_2_0_2%]
[[%$TOPIC/ms166266_en-us_SQL_110_2_0_3_0_0%](L"9BD35E38-ED73-4d48-B3F7-7D18241C115C")]
public ref class MeasureGroupDimension abstract : public [%$TOPIC/ms166266_en-us_SQL_110_2_0_3_0_1%],
[%$TOPIC/ms166266_en-us_SQL_110_2_0_3_0_2%]
[<>]
[<[%$TOPIC/ms166266_en-us_SQL_110_2_0_4_0_0%]("9BD35E38-ED73-4d48-B3F7-7D18241C115C")>]
type MeasureGroupDimension =
class
inherit [%$TOPIC/ms166266_en-us_SQL_110_2_0_4_0_1%]
interface [%$TOPIC/ms166266_en-us_SQL_110_2_0_4_0_2%]
end
public abstract class MeasureGroupDimension extends [%$TOPIC/ms166266_en-us_SQL_110_2_0_5_0_0%] implements [%$TOPIC/ms166266_en-us_SQL_110_2_0_5_0_1%]
The MeasureGroupDimension type exposes the following members.
Constructors
Top
| Name | Description | |
|---|---|---|
![]() | MeasureGroupDimension | Initializes a new instance of the MeasureGroupDimension class using default values. |
![]() | MeasureGroupDimension(String) | Initializes a new instance of the MeasureGroupDimension using an identifier. |
Properties
Top
| 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 |
![]() | KeyForCollection | Infrastructure. (Overrides ModelComponent |
![]() | 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. |
Methods
Top
| Name | Description | |
|---|---|---|
![]() | AddToContainer | Infrastructure. (Inherited from ModelComponent.) |
![]() | AfterInsert | Infrastructure. (Inherited from ModelComponent.) |
![]() | AfterMove | Infrastructure. (Inherited from ModelComponent.) |
![]() | AfterRemove | Infrastructure. (Overrides ModelComponent |
![]() | BeforeRemove | Infrastructure. (Overrides ModelComponent |
![]() | Clone | Returns a clone of the object. |
![]() | CopyTo(MeasureGroupDimension) | Copies an MeasureGroupDimension object to the specified object. |
![]() | CopyTo(ModelComponent) | Infrastructure. (Inherited from ModelComponent.) |
![]() | CreateObjRef | (Inherited from MarshalByRefObject.) |
![]() | Dispose | (Inherited from Component.) |
![]() | Dispose(Boolean) | (Inherited from Component.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Component.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetLifetimeService | (Inherited from MarshalByRefObject.) |
![]() | GetService | (Inherited from Component.) |
![]() | GetType | (Inherited from Object.) |
![]() | InitializeLifetimeService | (Inherited from MarshalByRefObject.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) |
![]() | RemoveFromContainer | Infrastructure. (Inherited from ModelComponent.) |
![]() | Reset | Infrastructure. (Inherited from ModelComponent.) |
![]() | Submit | Infrastructure. (Inherited from ModelComponent.) |
![]() | Submit(Boolean) | Infrastructure. (Inherited from ModelComponent.) |
![]() | ToString | Represents the MeasureGroupDimension object as a String. (Overrides ModelComponent |
![]() | Validate(ValidationErrorCollection) | Validates the element to which it is appended; returns any errors encountered in a collection. (Inherited from ModelComponent.) |
![]() | Validate(ValidationErrorCollection, Boolean) | Validates the element to which it is appended; returns any errors encountered in a collection. Also contains a parameter to enable return of detailed errors. (Inherited from ModelComponent.) |
![]() | Validate(ValidationErrorCollection, Boolean, ServerEdition) | (Overrides ModelComponent |
Explicit Interface Implementations
Top
| Name | Description | |
|---|---|---|
![]() ![]() | ICloneable | |
![]() ![]() | IHostableComponent | (Inherited from ModelComponent.) |
![]() ![]() | IModelComponent | (Inherited from ModelComponent.) |
![]() ![]() | IModelComponent | (Inherited from ModelComponent.) |
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)