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