AggregationAttribute クラス
Aggregation の一部として DimensionAttribute を定義します。このクラスは継承できません。
継承階層
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .ModelComponent
Microsoft.AnalysisServices..::..AggregationAttribute
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
<GuidAttribute("DD4570BB-F7D2-4d1b-8FF7-E37504E8FC27")> _
Public NotInheritable Class AggregationAttribute _
Inherits ModelComponent _
Implements ICloneable
'使用
Dim instance As AggregationAttribute
[GuidAttribute("DD4570BB-F7D2-4d1b-8FF7-E37504E8FC27")]
public sealed class AggregationAttribute : ModelComponent,
ICloneable
[GuidAttribute(L"DD4570BB-F7D2-4d1b-8FF7-E37504E8FC27")]
public ref class AggregationAttribute sealed : public ModelComponent,
ICloneable
[<SealedAttribute>]
[<GuidAttribute("DD4570BB-F7D2-4d1b-8FF7-E37504E8FC27")>]
type AggregationAttribute =
class
inherit ModelComponent
interface ICloneable
end
public final class AggregationAttribute extends ModelComponent implements ICloneable
AggregationAttribute 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
AggregationAttribute() () () () | AggregationAttribute クラスの新しいインスタンスを既定値で初期化します。 | |
AggregationAttribute(String) | DimensionAttribute の attributeID を使用して、AggregationAttribute の新しいインスタンスを初期化します。 |
先頭に戻る
プロパティ
名前 | 説明 | |
---|---|---|
Annotations | カスタム データを格納できるコレクションを取得します。 (ModelComponent から継承されています。) | |
Attribute | Aggregation に割り当てられた DimensionAttribute を取得します。 | |
AttributeID | Aggregation に関連付けられている DimensionAttribute の AttributeID を取得します。値の設定も可能です。 | |
CanRaiseEvents | (Component から継承されています。) | |
Container | (Component から継承されています。) | |
CubeAttribute | 現在の AggregationAttribute を親キューブに関連付ける CubeAttribute を取得します。 | |
DesignMode | (Component から継承されています。) | |
Events | (Component から継承されています。) | |
FriendlyName | インフラストラクチャです。 (ModelComponent から継承されています。) | |
KeyForCollection | インフラストラクチャです。 (ModelComponent から継承されています。) | |
OwningCollection | ModelComponent を格納するコレクションを取得します。値の設定も可能です。 (ModelComponent から継承されています。) | |
Parent | 現在の AggregationAttribute の親 AggregationDimension を取得します。 | |
ParentAggregation | 現在の AggregationAttribute の親 Aggregation を取得します。 | |
ParentAggregationDesign | 現在の AggregationAttribute の親 AggregationDesign を取得します。 | |
ParentCube | 現在の AggregationAttribute の親 Cube を取得します。 | |
ParentDatabase | 現在の AggregationAttribute の親 Database を取得します。 | |
ParentMeasureGroup | 現在の AggregationAttribute の親 MeasureGroup を取得します。 | |
ParentServer | 現在の AggregationAttribute の親 Server を取得します。 | |
Site | (Component から継承されています。) |
先頭に戻る
メソッド
先頭に戻る
明示的なインターフェイスの実装
名前 | 説明 | |
---|---|---|
ICloneable. . :: . .Clone | ||
IHostableComponent. . :: . .Host | (ModelComponent から継承されています。) | |
IModelComponent. . :: . .FriendlyPath | (ModelComponent から継承されています。) | |
IModelComponent. . :: . .OwningCollection | (ModelComponent から継承されています。) |
先頭に戻る
説明
新規 : 2006 年 7 月 17 日
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。