DegenerateMeasureGroupDimension Class

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

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

Syntax

'Declaration
<GuidAttribute("1A5D1111-F0FA-46b4-A048-C4328E7DD2BB")> _
Public NotInheritable Class DegenerateMeasureGroupDimension
    Inherits RegularMeasureGroupDimension
[GuidAttribute("1A5D1111-F0FA-46b4-A048-C4328E7DD2BB")] 
public sealed class DegenerateMeasureGroupDimension : RegularMeasureGroupDimension
[GuidAttribute(L"1A5D1111-F0FA-46b4-A048-C4328E7DD2BB")] 
public ref class DegenerateMeasureGroupDimension sealed : public RegularMeasureGroupDimension
/** @attribute GuidAttribute("1A5D1111-F0FA-46b4-A048-C4328E7DD2BB") */ 
public final class DegenerateMeasureGroupDimension extends RegularMeasureGroupDimension
GuidAttribute("1A5D1111-F0FA-46b4-A048-C4328E7DD2BB") 
public final class DegenerateMeasureGroupDimension extends RegularMeasureGroupDimension

Remarks

New:17 July 2006

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

Inheritance Hierarchy

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

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

DegenerateMeasureGroupDimension Members
Microsoft.AnalysisServices Namespace