This topic has not yet been rated - Rate this topic

MeasureGroupDimension Class

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")] 
[XmlTypeAttribute("MeasureGroup/Dimension")] 
[XmlIncludeAttribute(typeof(RegularMeasureGroupDimension))] 
[XmlIncludeAttribute(typeof(ManyToManyMeasureGroupDimension))] 
[XmlIncludeAttribute(typeof(ReferenceMeasureGroupDimension))] 
[XmlIncludeAttribute(typeof(DegenerateMeasureGroupDimension))] 
[XmlIncludeAttribute(typeof(DataMiningMeasureGroupDimension))] 
public abstract class MeasureGroupDimension : ModelComponent, ICloneable
/** @attribute GuidAttribute("9BD35E38-ED73-4d48-B3F7-7D18241C115C") */ 
/** @attribute XmlTypeAttribute("MeasureGroup/Dimension") */ 
/** @attribute XmlIncludeAttribute(Microsoft.AnalysisServices.RegularMeasureGroupDimension) */ 
/** @attribute XmlIncludeAttribute(Microsoft.AnalysisServices.ManyToManyMeasureGroupDimension) */ 
/** @attribute XmlIncludeAttribute(Microsoft.AnalysisServices.ReferenceMeasureGroupDimension) */ 
/** @attribute XmlIncludeAttribute(Microsoft.AnalysisServices.DegenerateMeasureGroupDimension) */ 
/** @attribute XmlIncludeAttribute(Microsoft.AnalysisServices.DataMiningMeasureGroupDimension) */ 
public abstract class MeasureGroupDimension extends ModelComponent implements ICloneable
GuidAttribute("9BD35E38-ED73-4d48-B3F7-7D18241C115C") 
XmlTypeAttribute("MeasureGroup/Dimension") 
XmlIncludeAttribute(Microsoft.AnalysisServices.RegularMeasureGroupDimension) 
XmlIncludeAttribute(Microsoft.AnalysisServices.ManyToManyMeasureGroupDimension) 
XmlIncludeAttribute(Microsoft.AnalysisServices.ReferenceMeasureGroupDimension) 
XmlIncludeAttribute(Microsoft.AnalysisServices.DegenerateMeasureGroupDimension) 
XmlIncludeAttribute(Microsoft.AnalysisServices.DataMiningMeasureGroupDimension) 
public abstract class MeasureGroupDimension extends ModelComponent implements ICloneable
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.

Development Platforms

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

Target Platforms

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.