MeasureGroupDimension Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
[System.Runtime.InteropServices.Guid("9BD35E38-ED73-4d48-B3F7-7D18241C115C")]
public abstract class MeasureGroupDimension : Microsoft.AnalysisServices.ModelComponent, ICloneable
[<System.Runtime.InteropServices.Guid("9BD35E38-ED73-4d48-B3F7-7D18241C115C")>]
type MeasureGroupDimension = class
inherit ModelComponent
interface ICloneable
Public MustInherit Class MeasureGroupDimension
Inherits ModelComponent
Implements ICloneable
- Inheritance
- Derived
- Attributes
- Implements
Constructors
MeasureGroupDimension() |
Initializes a new instance of the MeasureGroupDimension class using default values. |
MeasureGroupDimension(String) |
Initializes a new instance of the MeasureGroupDimension using the specified identifier. |
Properties
Annotations |
Gets a collection within which you can store custom data. (Inherited from ModelComponent) |
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. |
Dimension |
Gets the information for a Dimension. |
FriendlyName |
Gets the friendly name of the MeasureGroupDimension object. |
KeyForCollection |
Returns the key used in collections. |
OwningCollection |
Gets or sets the collection that contains the ModelComponent. (Inherited from ModelComponent) |
Parent |
Gets the parent MeasureGroup object of the MeasureGroupDimension object. |
ParentCube |
Gets the parent Cube object of the MeasureGroupDimension object. |
ParentDatabase |
Gets the parent Database object of the MeasureGroupDimension object. |
ParentServer |
Gets the parent Server object of the MeasureGroupDimension object. |
Source |
Gets or sets the binding to the source object from which to get data. |
Methods
AddToContainer(IContainer) |
Adds the ModelComponent object to the specified container. (Inherited from ModelComponent) |
AfterInsert(Int32) |
Displays a ModelComponent object after added to the specified index. (Inherited from ModelComponent) |
AfterMove(Int32, Int32) |
Displays a ModelComponent object after moving to the specified index. (Inherited from ModelComponent) |
AfterRemove(ModelComponentCollection) |
Removes the MeasureGroupDimension object after the cleanup in the collection. |
BeforeRemove(Boolean) |
Removes the MeasureGroupDimension object before the cleanup. |
Clone() |
Returns a clone of the object. |
CopyTo(MeasureGroupDimension) |
Copies the content of this object to another object (the destination). |
CopyTo(ModelComponent) |
Copies a ModelComponent object to the specified object. (Inherited from ModelComponent) |
RemoveFromContainer(IContainer) |
Removes the ModelComponent object from the specified container. (Inherited from ModelComponent) |
Reset() |
Resets the component to an initial state. (Inherited from ModelComponent) |
Submit() |
Submits a ModelComponent object. (Inherited from ModelComponent) |
Submit(Boolean) |
Submits a ModelComponent object. (Inherited from ModelComponent) |
ToString() |
Returns a string representation of the MeasureGroupDimension object. |
Validate(ValidationErrorCollection, Boolean, ServerEdition) |
Indicates whether the MeasureGroupDimension object is correctly configured. |
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) |
Validates the element to which it is appended; returns any errors encountered in a collection. (Inherited from ModelComponent) |
Explicit Interface Implementations
ICloneable.Clone() | |
IHostableComponent.Host | (Inherited from ModelComponent) |
IModelComponent.FriendlyPath | (Inherited from ModelComponent) |
IModelComponent.OwningCollection | (Inherited from ModelComponent) |