MeasureGroupDimension Class

 

Updated: May 24, 2016

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.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)


[GuidAttribute("9BD35E38-ED73-4d48-B3F7-7D18241C115C")]
public ref class MeasureGroupDimension abstract : ModelComponent, 
	ICloneable

NameDescription
System_CAPS_protmethodMeasureGroupDimension()

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

System_CAPS_protmethodMeasureGroupDimension(String^)

Initializes a new instance of the MeasureGroupDimension using an identifier.

NameDescription
System_CAPS_pubpropertyAnnotations

Gets a collection within which you can store custom data.(Inherited from ModelComponent.)

System_CAPS_protpropertyCanRaiseEvents

(Inherited from Component.)

System_CAPS_pubpropertyContainer

(Inherited from Component.)

System_CAPS_pubpropertyCubeDimension

Gets a cube dimension associated with a MeasureGroupDimension.

System_CAPS_pubpropertyCubeDimensionID

Gets or sets the identifier of the cube dimension, that is, a reference to a specific dimension role.

System_CAPS_protpropertyDesignMode

(Inherited from Component.)

System_CAPS_pubpropertyDimension

Gets the information for a Dimension.

System_CAPS_protpropertyEvents

(Inherited from Component.)

System_CAPS_protpropertyFriendlyName

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the friendly name for the MeasureGroupDimension object.(Overrides ModelComponent::FriendlyName.)

System_CAPS_protpropertyKeyForCollection

This API supports the product infrastructure and is not intended to be used directly from your code. Returns the key used in collections.(Overrides ModelComponent::KeyForCollection.)

System_CAPS_pubpropertyOwningCollection

Gets or sets the collection that contains the ModelComponent.(Inherited from ModelComponent.)

System_CAPS_pubpropertyParent

Gets the MeasureGroup object that is the parent of the MeasureGroupDimension object.

System_CAPS_pubpropertyParentCube

Gets the Cube object that is the parent of the MeasureGroupDimension object.

System_CAPS_pubpropertyParentDatabase

Gets the ParentDatabase object that is the parent of the MeasureGroupDimension object.

System_CAPS_pubpropertyParentServer

Gets the Server object that is the parent of the MeasureGroupDimension object.

System_CAPS_pubpropertySite

(Inherited from Component.)

System_CAPS_pubpropertySource

Gets or sets the binding to the source object from which to get data.

NameDescription
System_CAPS_protmethodAddToContainer(IContainer^)

Adds a ModelComponent object to the specified container.(Inherited from ModelComponent.)

System_CAPS_protmethodAfterInsert(Int32)

Displays a ModelComponent object after added to the specified index.(Inherited from ModelComponent.)

System_CAPS_protmethodAfterMove(Int32, Int32)

Displays a ModelComponent object after moving to the specified index.(Inherited from ModelComponent.)

System_CAPS_protmethodAfterRemove(ModelComponentCollection^)

This API supports the product infrastructure and is not intended to be used directly from your code. Removes the MeasureGroupDimension object after the cleanup in the collection.(Overrides ModelComponent::AfterRemove(ModelComponentCollection^).)

System_CAPS_protmethodBeforeRemove(Boolean)

This API supports the product infrastructure and is not intended to be used directly from your code. Removes the MeasureGroupDimension object before the cleanup.(Overrides ModelComponent::BeforeRemove(Boolean).)

System_CAPS_pubmethodClone()

Returns a clone of the object.

System_CAPS_pubmethodCopyTo(MeasureGroupDimension^)

Copies an MeasureGroupDimension object to the specified object.

System_CAPS_protmethodCopyTo(ModelComponent^)

Copies a ModelComponent object to the specified object.(Inherited from ModelComponent.)

System_CAPS_pubmethodCreateObjRef(Type^)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodDispose()

(Inherited from Component.)

System_CAPS_protmethodDispose(Boolean)

(Inherited from Component.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Component.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_protmethodGetService(Type^)

(Inherited from Component.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInitializeLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone(Boolean)

(Inherited from MarshalByRefObject.)

System_CAPS_protmethodRemoveFromContainer(IContainer^)

Removes a ModelComponent object from the specified container.(Inherited from ModelComponent.)

System_CAPS_protmethodReset()

Resets the component to an initial state.(Inherited from ModelComponent.)

System_CAPS_pubmethodSubmit()

Submits a ModelComponent object.(Inherited from ModelComponent.)

System_CAPS_pubmethodSubmit(Boolean)

Submits a ModelComponent object.(Inherited from ModelComponent.)

System_CAPS_pubmethodToString()

Represents the MeasureGroupDimension object as a String.(Overrides ModelComponent::ToString().)

System_CAPS_pubmethodValidate(ValidationErrorCollection^)

Validates the element to which it is appended; returns any errors encountered in a collection.(Inherited from ModelComponent.)

System_CAPS_pubmethodValidate(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.)

System_CAPS_pubmethodValidate(ValidationErrorCollection^, Boolean, ServerEdition)

Indicates whether the MeasureGroupDimension object is correctly configured.(Overrides ModelComponent::Validate(ValidationErrorCollection^, Boolean, ServerEdition).)

NameDescription
System_CAPS_pubeventDisposed

(Inherited from Component.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodICloneable::Clone()

Creates and returns a new object that is a copy of the current instance of this MeasureGroupDimension object.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIHostableComponent::Host

(Inherited from ModelComponent.)

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIModelComponent::FriendlyPath

(Inherited from ModelComponent.)

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIModelComponent::OwningCollection

(Inherited from ModelComponent.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: