RegularMeasureGroupDimension Class

Represents a regular relationship between a dimension and a measure group.

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

Syntax

'Declaration
<GuidAttribute("B5941C86-A91E-4d3a-91E8-00E8ED8B70EB")> _
Public Class RegularMeasureGroupDimension
    Inherits MeasureGroupDimension
[GuidAttribute("B5941C86-A91E-4d3a-91E8-00E8ED8B70EB")] 
public class RegularMeasureGroupDimension : MeasureGroupDimension
[GuidAttribute(L"B5941C86-A91E-4d3a-91E8-00E8ED8B70EB")] 
public ref class RegularMeasureGroupDimension : public MeasureGroupDimension
/** @attribute GuidAttribute("B5941C86-A91E-4d3a-91E8-00E8ED8B70EB") */ 
public class RegularMeasureGroupDimension extends MeasureGroupDimension
GuidAttribute("B5941C86-A91E-4d3a-91E8-00E8ED8B70EB") 
public class RegularMeasureGroupDimension extends MeasureGroupDimension

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
     System.ComponentModel.Component
       Microsoft.AnalysisServices.ModelComponent
         Microsoft.AnalysisServices.MeasureGroupDimension
          Microsoft.AnalysisServices.RegularMeasureGroupDimension
             Microsoft.AnalysisServices.DegenerateMeasureGroupDimension
             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

RegularMeasureGroupDimension Members
Microsoft.AnalysisServices Namespace