Udostępnij przez


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)

Syntax

'Deklaracja
<GuidAttribute("9BD35E38-ED73-4d48-B3F7-7D18241C115C")> _
<XmlIncludeAttribute(GetType(DegenerateMeasureGroupDimension))> _
<XmlIncludeAttribute(GetType(ReferenceMeasureGroupDimension))> _
<XmlIncludeAttribute(GetType(DataMiningMeasureGroupDimension))> _
<XmlIncludeAttribute(GetType(RegularMeasureGroupDimension))> _
<XmlIncludeAttribute(GetType(ManyToManyMeasureGroupDimension))> _
<XmlTypeAttribute("MeasureGroup/Dimension")> _
Public MustInherit Class MeasureGroupDimension
    Inherits ModelComponent
    Implements ICloneable
[GuidAttribute("9BD35E38-ED73-4d48-B3F7-7D18241C115C")] 
[XmlIncludeAttribute(typeof(DegenerateMeasureGroupDimension))] 
[XmlIncludeAttribute(typeof(ReferenceMeasureGroupDimension))] 
[XmlIncludeAttribute(typeof(DataMiningMeasureGroupDimension))] 
[XmlIncludeAttribute(typeof(RegularMeasureGroupDimension))] 
[XmlIncludeAttribute(typeof(ManyToManyMeasureGroupDimension))] 
[XmlTypeAttribute("MeasureGroup/Dimension")] 
public abstract class MeasureGroupDimension : ModelComponent, ICloneable
[GuidAttribute(L"9BD35E38-ED73-4d48-B3F7-7D18241C115C")] 
[XmlIncludeAttribute(typeof(DegenerateMeasureGroupDimension))] 
[XmlIncludeAttribute(typeof(ReferenceMeasureGroupDimension))] 
[XmlIncludeAttribute(typeof(DataMiningMeasureGroupDimension))] 
[XmlIncludeAttribute(typeof(RegularMeasureGroupDimension))] 
[XmlIncludeAttribute(typeof(ManyToManyMeasureGroupDimension))] 
[XmlTypeAttribute(L"MeasureGroup/Dimension")] 
public ref class MeasureGroupDimension abstract : public ModelComponent, ICloneable
/** @attribute GuidAttribute("9BD35E38-ED73-4d48-B3F7-7D18241C115C") */ 
/** @attribute XmlIncludeAttribute(Microsoft.AnalysisServices.DegenerateMeasureGroupDimension) */ 
/** @attribute XmlIncludeAttribute(Microsoft.AnalysisServices.ReferenceMeasureGroupDimension) */ 
/** @attribute XmlIncludeAttribute(Microsoft.AnalysisServices.DataMiningMeasureGroupDimension) */ 
/** @attribute XmlIncludeAttribute(Microsoft.AnalysisServices.RegularMeasureGroupDimension) */ 
/** @attribute XmlIncludeAttribute(Microsoft.AnalysisServices.ManyToManyMeasureGroupDimension) */ 
/** @attribute XmlTypeAttribute("MeasureGroup/Dimension") */ 
public abstract class MeasureGroupDimension extends ModelComponent implements ICloneable
GuidAttribute("9BD35E38-ED73-4d48-B3F7-7D18241C115C") 
XmlIncludeAttribute(Microsoft.AnalysisServices.DegenerateMeasureGroupDimension) 
XmlIncludeAttribute(Microsoft.AnalysisServices.ReferenceMeasureGroupDimension) 
XmlIncludeAttribute(Microsoft.AnalysisServices.DataMiningMeasureGroupDimension) 
XmlIncludeAttribute(Microsoft.AnalysisServices.RegularMeasureGroupDimension) 
XmlIncludeAttribute(Microsoft.AnalysisServices.ManyToManyMeasureGroupDimension) 
XmlTypeAttribute("MeasureGroup/Dimension") 
public abstract class MeasureGroupDimension extends ModelComponent implements ICloneable

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.

Target Platforms

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