ReferenceMeasureGroupDimension Class

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

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

Syntax

'Declaration
<GuidAttribute("625F1F60-342A-40e1-86D2-C0CBABC574F4")> _
Public NotInheritable Class ReferenceMeasureGroupDimension
    Inherits RegularMeasureGroupDimension
[GuidAttribute("625F1F60-342A-40e1-86D2-C0CBABC574F4")] 
public sealed class ReferenceMeasureGroupDimension : RegularMeasureGroupDimension
[GuidAttribute(L"625F1F60-342A-40e1-86D2-C0CBABC574F4")] 
public ref class ReferenceMeasureGroupDimension sealed : public RegularMeasureGroupDimension
/** @attribute GuidAttribute("625F1F60-342A-40e1-86D2-C0CBABC574F4") */ 
public final class ReferenceMeasureGroupDimension extends RegularMeasureGroupDimension
GuidAttribute("625F1F60-342A-40e1-86D2-C0CBABC574F4") 
public final class ReferenceMeasureGroupDimension extends RegularMeasureGroupDimension

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
     System.ComponentModel.Component
       Microsoft.AnalysisServices.ModelComponent
         Microsoft.AnalysisServices.MeasureGroupDimension
           Microsoft.AnalysisServices.RegularMeasureGroupDimension
            Microsoft.AnalysisServices.ReferenceMeasureGroupDimension

Thread Safety

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

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

ReferenceMeasureGroupDimension Members
Microsoft.AnalysisServices Namespace