DegenerateMeasureGroupDimension Class

Definition

Defines the details of a dimension within a measure group. See MeasureGroupDimension. This class cannot be inherited.

[System.Runtime.InteropServices.Guid("1A5D1111-F0FA-46b4-A048-C4328E7DD2BB")]
public sealed class DegenerateMeasureGroupDimension : Microsoft.AnalysisServices.RegularMeasureGroupDimension
[<System.Runtime.InteropServices.Guid("1A5D1111-F0FA-46b4-A048-C4328E7DD2BB")>]
type DegenerateMeasureGroupDimension = class
    inherit RegularMeasureGroupDimension
Public NotInheritable Class DegenerateMeasureGroupDimension
Inherits RegularMeasureGroupDimension
Inheritance
Attributes

Remarks

A degenerate dimension usually indicates that the measure group and dimension are built from the same table.

Constructors

DegenerateMeasureGroupDimension()

Initializes a new instance of the DegenerateMeasureGroupDimension class using default values.

DegenerateMeasureGroupDimension(String)

Initializes a new instance of the DegenerateMeasureGroupDimension class using the specified cube dimension identifier.

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

Returns the key used in collections.

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

Gets or sets the StorageSharingMode associated with the DegenerateMeasureGroupDimension object.

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(DegenerateMeasureGroupDimension)

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

Indicates whether the RegularMeasureGroupDimension object is properly configured.

(Inherited from RegularMeasureGroupDimension)

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