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.

네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

구문

‘선언
<GuidAttribute("9BD35E38-ED73-4d48-B3F7-7D18241C115C")> _
<XmlTypeAttribute("MeasureGroup/Dimension")> _
<XmlIncludeAttribute(GetType(RegularMeasureGroupDimension))> _
<XmlIncludeAttribute(GetType(ManyToManyMeasureGroupDimension))> _
<XmlIncludeAttribute(GetType(ReferenceMeasureGroupDimension))> _
<XmlIncludeAttribute(GetType(DegenerateMeasureGroupDimension))> _
<XmlIncludeAttribute(GetType(DataMiningMeasureGroupDimension))> _
Public MustInherit Class MeasureGroupDimension
    Inherits ModelComponent
    Implements ICloneable
[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
[GuidAttribute(L"9BD35E38-ED73-4d48-B3F7-7D18241C115C")] 
[XmlTypeAttribute(L"MeasureGroup/Dimension")] 
[XmlIncludeAttribute(typeof(RegularMeasureGroupDimension))] 
[XmlIncludeAttribute(typeof(ManyToManyMeasureGroupDimension))] 
[XmlIncludeAttribute(typeof(ReferenceMeasureGroupDimension))] 
[XmlIncludeAttribute(typeof(DegenerateMeasureGroupDimension))] 
[XmlIncludeAttribute(typeof(DataMiningMeasureGroupDimension))] 
public ref class MeasureGroupDimension abstract : public 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

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
     System.ComponentModel.Component
       Microsoft.AnalysisServices.ModelComponent
        Microsoft.AnalysisServices.MeasureGroupDimension
           Microsoft.AnalysisServices.DataMiningMeasureGroupDimension
           Microsoft.AnalysisServices.ManyToManyMeasureGroupDimension
           Microsoft.AnalysisServices.RegularMeasureGroupDimension

스레드 보안

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.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

MeasureGroupDimension Members
Microsoft.AnalysisServices Namespace