CubeAttribute クラス
キューブの属性の詳細を定義します。このコレクションに明示的に含まれていないディメンションの属性は、すべて既定値でコレクションに含まれます (Discover により返されます)。このクラスは継承できません。
継承階層
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .ModelComponent
Microsoft.AnalysisServices..::..CubeAttribute
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
<GuidAttribute("B9D7DFD8-43B0-4d72-9D7E-1D1352B99196")> _
Public NotInheritable Class CubeAttribute _
Inherits ModelComponent _
Implements ICloneable
'使用
Dim instance As CubeAttribute
[GuidAttribute("B9D7DFD8-43B0-4d72-9D7E-1D1352B99196")]
public sealed class CubeAttribute : ModelComponent,
ICloneable
[GuidAttribute(L"B9D7DFD8-43B0-4d72-9D7E-1D1352B99196")]
public ref class CubeAttribute sealed : public ModelComponent,
ICloneable
[<SealedAttribute>]
[<GuidAttribute("B9D7DFD8-43B0-4d72-9D7E-1D1352B99196")>]
type CubeAttribute =
class
inherit ModelComponent
interface ICloneable
end
public final class CubeAttribute extends ModelComponent implements ICloneable
CubeAttribute 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
CubeAttribute() () () () | CubeAttribute クラスの新しいインスタンスを既定値で初期化します。 | |
CubeAttribute(String) | 識別子を使用して、CubeAttribute の新しいインスタンスを初期化します。 |
先頭に戻る
プロパティ
名前 | 説明 | |
---|---|---|
AggregationUsage | 集計デザイナにおける集計のデザイン方法を取得します。値の設定も可能です。 | |
Annotations | カスタム データを格納できるコレクションを取得します。 (ModelComponent から継承されています。) | |
Attribute | CubeAttribute オブジェクトからディメンション属性を取得します。 | |
AttributeHierarchyEnabled | CubeAttribute オブジェクトに関連付けられている、属性階層が有効なプロパティを取得します。値の設定も可能です。 | |
AttributeHierarchyOptimizedState | CubeAttribute オブジェクトの最適化状態を取得します。値の設定も可能です。 | |
AttributeHierarchyVisible | CubeAttribute オブジェクトに関連付けられている属性階層の表示を制御するプロパティを取得します。値の設定も可能です。 | |
AttributeID | CubeAttribute オブジェクトの属性識別子を取得します。値の設定も可能です。 | |
CanRaiseEvents | (Component から継承されています。) | |
Container | (Component から継承されています。) | |
DesignMode | (Component から継承されています。) | |
Events | (Component から継承されています。) | |
FriendlyName | インフラストラクチャです。 (ModelComponent から継承されています。) | |
KeyForCollection | インフラストラクチャです。 (ModelComponent から継承されています。) | |
OwningCollection | ModelComponent を格納するコレクションを取得します。値の設定も可能です。 (ModelComponent から継承されています。) | |
Parent | CubeAttribute オブジェクトの親を取得します。 | |
ParentCube | CubeAttribute オブジェクトの親 Cube を取得します。 | |
ParentDatabase | CubeAttribute オブジェクトの親 Database を取得します。 | |
ParentServer | CubeAttribute オブジェクトの親 Server を取得します。 | |
Site | (Component から継承されています。) |
先頭に戻る
メソッド
先頭に戻る
明示的なインターフェイスの実装
名前 | 説明 | |
---|---|---|
ICloneable. . :: . .Clone | ||
IHostableComponent. . :: . .Host | (ModelComponent から継承されています。) | |
IModelComponent. . :: . .FriendlyPath | (ModelComponent から継承されています。) | |
IModelComponent. . :: . .OwningCollection | (ModelComponent から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。