ManyToManyMeasureGroupDimension 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 among dimensions and a measure groups. This class cannot be inherited.
[System.Runtime.InteropServices.Guid("5ACC8E22-751A-4c17-AA86-931B6FC71314")]
public sealed class ManyToManyMeasureGroupDimension : Microsoft.AnalysisServices.MeasureGroupDimension
[<System.Runtime.InteropServices.Guid("5ACC8E22-751A-4c17-AA86-931B6FC71314")>]
type ManyToManyMeasureGroupDimension = class
inherit MeasureGroupDimension
Public NotInheritable Class ManyToManyMeasureGroupDimension
Inherits MeasureGroupDimension
- Inheritance
- Attributes
Constructors
ManyToManyMeasureGroupDimension() |
Initializes a new instance of the ManyToManyMeasureGroupDimension class using default values. |
ManyToManyMeasureGroupDimension(String, String) |
Initializes a new instance of the ManyToManyMeasureGroupDimension class with the specified cube dimension and measure group identifiers. |
Properties
Annotations |
Gets a collection within which you can store custom data. (Inherited from ModelComponent) |
CubeDimension |
Gets a cube dimension associated with a MeasureGroupDimension. (Inherited from MeasureGroupDimension) |
CubeDimensionID |
Gets or sets the identifier of the cube dimension, that is, a reference to a specific dimension role. (Inherited from MeasureGroupDimension) |
Dimension |
Gets the information for a Dimension. (Inherited from MeasureGroupDimension) |
DirectSlice |
Gets or sets a tuple on the Many-to-Many dimension. |
FriendlyName |
Gets the friendly name of the MeasureGroupDimension object. (Inherited from MeasureGroupDimension) |
KeyForCollection |
Returns the key used in collections. (Inherited from MeasureGroupDimension) |
MeasureGroup |
Gets the parent MeasureGroup corresponding to the ManyToManyMeasureGroupDimension. |
MeasureGroupID |
Gets or sets the MeasureGroup element associated with the parent element. |
OwningCollection |
Gets or sets the collection that contains the ModelComponent. (Inherited from ModelComponent) |
Parent |
Gets the parent MeasureGroup object of the MeasureGroupDimension object. (Inherited from MeasureGroupDimension) |
ParentCube |
Gets the parent Cube object of the MeasureGroupDimension object. (Inherited from MeasureGroupDimension) |
ParentDatabase |
Gets the parent Database object of the MeasureGroupDimension object. (Inherited from MeasureGroupDimension) |
ParentServer |
Gets the parent Server object of the MeasureGroupDimension object. (Inherited from MeasureGroupDimension) |
Source |
Gets or sets the binding to the source object from which to get data. (Inherited from MeasureGroupDimension) |
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. (Inherited from MeasureGroupDimension) |
BeforeRemove(Boolean) |
Removes the MeasureGroupDimension object before the cleanup. (Inherited from MeasureGroupDimension) |
Clone() |
Returns a clone of the object. |
CopyTo(ManyToManyMeasureGroupDimension) |
Copies the content of this object to another object (the destination). |
CopyTo(MeasureGroupDimension) |
Copies the content of this object to another object (the destination). (Inherited from MeasureGroupDimension) |
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. (Inherited from MeasureGroupDimension) |
Validate(ValidationErrorCollection, Boolean, ServerEdition) |
Validates the element to which it is appended; returns any errors encountered into a collection. Also contains a parameter to enable return of detailed errors. |
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() | (Inherited from MeasureGroupDimension) |
IHostableComponent.Host | (Inherited from ModelComponent) |
IModelComponent.FriendlyPath | (Inherited from ModelComponent) |
IModelComponent.OwningCollection | (Inherited from ModelComponent) |