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
'Usage
Dim instance As ReferenceMeasureGroupDimension
[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
[<SealedAttribute>]
[<GuidAttribute("625F1F60-342A-40e1-86D2-C0CBABC574F4")>]
type ReferenceMeasureGroupDimension =
class
inherit RegularMeasureGroupDimension
end
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 Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.