MeasureGroupDimension Class
ディメンションとメジャー グループの間のリレーションシップを表します。それぞれの MeasureGroupDimension は、ホスト キューブ上のいずれかのディメンションへの参照であり、メジャー グループに適用されるキューブ ディメンションを定義します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (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
継承階層
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.ModelComponent
Microsoft.AnalysisServices.MeasureGroupDimension
Microsoft.AnalysisServices.DataMiningMeasureGroupDimension
Microsoft.AnalysisServices.ManyToManyMeasureGroupDimension
Microsoft.AnalysisServices.RegularMeasureGroupDimension
スレッド セーフ
この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
MeasureGroupDimension Members
Microsoft.AnalysisServices Namespace