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