AggregationDimension クラス
Dimension と Aggregation のリレーションシップを表します。このクラスは継承できません。
継承階層
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .ModelComponent
Microsoft.AnalysisServices..::..AggregationDimension
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
<GuidAttribute("7B5E1329-C951-4dbd-A404-11050D15280A")> _
Public NotInheritable Class AggregationDimension _
Inherits ModelComponent _
Implements ICloneable
'使用
Dim instance As AggregationDimension
[GuidAttribute("7B5E1329-C951-4dbd-A404-11050D15280A")]
public sealed class AggregationDimension : ModelComponent,
ICloneable
[GuidAttribute(L"7B5E1329-C951-4dbd-A404-11050D15280A")]
public ref class AggregationDimension sealed : public ModelComponent,
ICloneable
[<SealedAttribute>]
[<GuidAttribute("7B5E1329-C951-4dbd-A404-11050D15280A")>]
type AggregationDimension =
class
inherit ModelComponent
interface ICloneable
end
public final class AggregationDimension extends ModelComponent implements ICloneable
AggregationDimension 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
AggregationDimension() () () () | AggregationDimension クラスの新しいインスタンスを既定値で初期化します。 | |
AggregationDimension(String) | 名前を使用して、AggregationDimension クラスの新しいインスタンスを初期化します。 |
先頭に戻る
プロパティ
名前 | 説明 | |
---|---|---|
Annotations | カスタム データを格納できるコレクションを取得します。 (ModelComponent から継承されています。) | |
Attributes | 関連付けられている AggregationDimension の属性のコレクションを取得します。 | |
CanRaiseEvents | (Component から継承されています。) | |
Container | (Component から継承されています。) | |
CubeDimension | AggregationDimension に対応する親 CubeDimension を取得します。 | |
CubeDimensionID | 親要素に関連付けられている CubeDimension 要素を取得します。値の設定も可能です。 | |
DesignMode | (Component から継承されています。) | |
Dimension | AggregationDimension オブジェクトに対応する Dimension オブジェクトを取得します。 | |
Events | (Component から継承されています。) | |
FriendlyName | インフラストラクチャです。 (ModelComponent から継承されています。) | |
KeyForCollection | インフラストラクチャです。 (ModelComponent から継承されています。) | |
MeasureGroupDimension | AggregationDimension 内のディメンションとメジャー グループとのリレーションシップを取得します。 | |
OwningCollection | ModelComponent を格納するコレクションを取得します。値の設定も可能です。 (ModelComponent から継承されています。) | |
Parent | AggregationDimension オブジェクトの親である Aggregation オブジェクトを取得します。 | |
ParentAggregationDesign | AggregationDimension の親である AggregationDesign オブジェクトを取得します。 | |
ParentCube | AggregationDimension オブジェクトの親である Cube オブジェクトを取得します。 | |
ParentDatabase | AggregationDimension オブジェクトの Cube オブジェクトの親である Database オブジェクトを取得します。 | |
ParentMeasureGroup | AggregationDimension オブジェクトの親である MeasureGroup オブジェクトを取得します。 | |
ParentServer | AggregationDimension オブジェクトの親である Server オブジェクトを取得します。 | |
Site | (Component から継承されています。) |
先頭に戻る
メソッド
先頭に戻る
明示的なインターフェイスの実装
名前 | 説明 | |
---|---|---|
ICloneable. . :: . .Clone | ||
IHostableComponent. . :: . .Host | (ModelComponent から継承されています。) | |
IModelComponent. . :: . .FriendlyPath | (ModelComponent から継承されています。) | |
IModelComponent. . :: . .OwningCollection | (ModelComponent から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。