MeasureGroupDimension クラス
ディメンションとメジャー グループの間のリレーションシップを表します。それぞれの MeasureGroupDimension は、ホスト キューブ上のいずれかのディメンションへの参照であり、メジャー グループに適用されるキューブ ディメンションを定義します。
継承階層
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .ModelComponent
Microsoft.AnalysisServices..::..MeasureGroupDimension
Microsoft.AnalysisServices. . :: . .DataMiningMeasureGroupDimension
Microsoft.AnalysisServices. . :: . .ManyToManyMeasureGroupDimension
Microsoft.AnalysisServices. . :: . .RegularMeasureGroupDimension
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
<GuidAttribute("9BD35E38-ED73-4d48-B3F7-7D18241C115C")> _
Public MustInherit Class MeasureGroupDimension _
Inherits ModelComponent _
Implements ICloneable
'使用
Dim instance As MeasureGroupDimension
[GuidAttribute("9BD35E38-ED73-4d48-B3F7-7D18241C115C")]
public abstract class MeasureGroupDimension : ModelComponent,
ICloneable
[GuidAttribute(L"9BD35E38-ED73-4d48-B3F7-7D18241C115C")]
public ref class MeasureGroupDimension abstract : public ModelComponent,
ICloneable
[<AbstractClassAttribute>]
[<GuidAttribute("9BD35E38-ED73-4d48-B3F7-7D18241C115C")>]
type MeasureGroupDimension =
class
inherit ModelComponent
interface ICloneable
end
public abstract class MeasureGroupDimension extends ModelComponent implements ICloneable
MeasureGroupDimension 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
MeasureGroupDimension() () () () | MeasureGroupDimension クラスの新しいインスタンスを既定値で初期化します。 | |
MeasureGroupDimension(String) | 識別子を使用して、MeasureGroupDimension の新しいインスタンスを初期化します。 |
先頭に戻る
プロパティ
名前 | 説明 | |
---|---|---|
Annotations | カスタム データを格納できるコレクションを取得します。 (ModelComponent から継承されています。) | |
CanRaiseEvents | (Component から継承されています。) | |
Container | (Component から継承されています。) | |
CubeDimension | MeasureGroupDimension に関連付けられたキューブ ディメンションを取得します。 | |
CubeDimensionID | 特定のディメンション ロールへの参照である、キューブ ディメンションの識別子を取得します。値の設定も可能です。 | |
DesignMode | (Component から継承されています。) | |
Dimension | Dimension の情報を取得します。 | |
Events | (Component から継承されています。) | |
FriendlyName | インフラストラクチャです。 (ModelComponent. . :: . .FriendlyName をオーバーライドします。) | |
KeyForCollection | インフラストラクチャです。 (ModelComponent. . :: . .KeyForCollection をオーバーライドします。) | |
OwningCollection | ModelComponent を格納するコレクションを取得します。値の設定も可能です。 (ModelComponent から継承されています。) | |
Parent | MeasureGroupDimension オブジェクトの親である MeasureGroup オブジェクトを取得します。 | |
ParentCube | MeasureGroupDimension オブジェクトの親である Cube オブジェクトを取得します。 | |
ParentDatabase | MeasureGroupDimension オブジェクトの親である ParentDatabase オブジェクトを取得します。 | |
ParentServer | MeasureGroupDimension オブジェクトの親である Server オブジェクトを取得します。 | |
Site | (Component から継承されています。) | |
Source | データの取得元のソース オブジェクトへのバインドを取得します。値の設定も可能です。 |
先頭に戻る
メソッド
先頭に戻る
明示的なインターフェイスの実装
名前 | 説明 | |
---|---|---|
ICloneable. . :: . .Clone | ||
IHostableComponent. . :: . .Host | (ModelComponent から継承されています。) | |
IModelComponent. . :: . .FriendlyPath | (ModelComponent から継承されています。) | |
IModelComponent. . :: . .OwningCollection | (ModelComponent から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。