ReferenceMeasureGroupDimension Class

Definition

Represents a dimension that is indirectly related to the fact table through an intermediate dimension. This class cannot be inherited.

[System.Runtime.InteropServices.Guid("625F1F60-342A-40e1-86D2-C0CBABC574F4")]
public sealed class ReferenceMeasureGroupDimension : Microsoft.AnalysisServices.RegularMeasureGroupDimension
[<System.Runtime.InteropServices.Guid("625F1F60-342A-40e1-86D2-C0CBABC574F4")>]
type ReferenceMeasureGroupDimension = class
    inherit RegularMeasureGroupDimension
Public NotInheritable Class ReferenceMeasureGroupDimension
Inherits RegularMeasureGroupDimension
Inheritance
Attributes

Constructors

ReferenceMeasureGroupDimension()

Initializes a new instance of the ReferenceMeasureGroupDimension class.

Properties

Annotations

Gets a collection within which you can store custom data.

(Inherited from ModelComponent)
Attributes

Gets the collection of attributes associated with a RegularMeasureGroupDimension object.

(Inherited from RegularMeasureGroupDimension)
Cardinality

Gets or sets the cardinality associated with a RegularMeasureGroupDimension object.

(Inherited from RegularMeasureGroupDimension)
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)
FriendlyName

Gets the friendly name of the MeasureGroupDimension object.

(Inherited from MeasureGroupDimension)
IntermediateCubeDimension

Gets the intermediate cube dimension from a ReferenceMeasureGroupDimension object.

IntermediateCubeDimensionID

Gets or sets the intermediate cube dimension for a ReferenceMeasureGroupDimension object.

IntermediateDimension

Gets an intermediate dimension from a ReferenceMeasureGroupDimension object.

IntermediateGranularityAttribute

Gets the intermediate granularity attribute from a ReferenceMeasureGroupDimension object.

IntermediateGranularityAttributeID

Gets or sets the intermediate granularity attribute for a ReferenceMeasureGroupDimension object.

KeyForCollection

Returns the key used in collections.

(Inherited from MeasureGroupDimension)
Materialization

Gets or sets the type of relationship between the measure group and the reference dimension.

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)
ProcessingState

Gets or sets the processing state of the attribute.

RelationshipID

Gets or sets the identifier of the relationship object in the source database dimension, that defines a many-to-one relation from the parent database dimension to another dimension.

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(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)
CopyTo(ReferenceMeasureGroupDimension)

Copies the content of this object to another object (the destination).

CopyTo(RegularMeasureGroupDimension)

Copies the content of this object to another object (the destination).

(Inherited from RegularMeasureGroupDimension)
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)

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)

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.

Explicit Interface Implementations

ICloneable.Clone() (Inherited from MeasureGroupDimension)
IHostableComponent.Host (Inherited from ModelComponent)
IModelComponent.FriendlyPath (Inherited from ModelComponent)
IModelComponent.OwningCollection (Inherited from ModelComponent)

Applies to