MeasureGroupDimensionBinding クラス
ディメンションとメジャー グループとのバインドを表します。 このクラスは継承できません。
継承階層
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.Binding
Microsoft.AnalysisServices.MeasureGroupDimensionBinding
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
<GuidAttribute("30D79AC4-3579-4D63-9D69-B8F18FAFAC28")> _
Public NotInheritable Class MeasureGroupDimensionBinding _
Inherits Binding
'使用
Dim instance As MeasureGroupDimensionBinding
[GuidAttribute("30D79AC4-3579-4D63-9D69-B8F18FAFAC28")]
public sealed class MeasureGroupDimensionBinding : Binding
[GuidAttribute(L"30D79AC4-3579-4D63-9D69-B8F18FAFAC28")]
public ref class MeasureGroupDimensionBinding sealed : public Binding
[<SealedAttribute>]
[<GuidAttribute("30D79AC4-3579-4D63-9D69-B8F18FAFAC28")>]
type MeasureGroupDimensionBinding =
class
inherit Binding
end
public final class MeasureGroupDimensionBinding extends Binding
MeasureGroupDimensionBinding 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
MeasureGroupDimensionBinding | MeasureGroupDimensionBinding クラスの新しいインスタンスを初期化します。 |
先頭に戻る
プロパティ
名前 | 説明 | |
---|---|---|
Container | (Component から継承されています。) | |
CubeDimensionID | キューブ ディメンションの識別子を取得します。値の設定も可能です。この識別子は特定のディメンション ロールを参照します。 | |
Parent | 現在のオブジェクトの親オブジェクトを取得します。 (Binding から継承されています。) | |
Site | (Component から継承されています。) |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Clone | オブジェクトの新しい完全コピーを作成します。 (Binding.Clone() をオーバーライドします。) | |
CopyTo | MeasureGroupDimensionBinding オブジェクトを指定したオブジェクトにコピーします。 | |
CreateObjRef | セキュリティ クリティカル。 (MarshalByRefObject から継承されています。) | |
Dispose | (Component から継承されています。) | |
Equals | (Object から継承されています。) | |
GetHashCode | (Object から継承されています。) | |
GetLifetimeService | セキュリティ クリティカル。 (MarshalByRefObject から継承されています。) | |
GetType | (Object から継承されています。) | |
InitializeLifetimeService | セキュリティ クリティカル。 (MarshalByRefObject から継承されています。) | |
ToString | (Component から継承されています。) |
先頭に戻る
イベント
名前 | 説明 | |
---|---|---|
Disposed | (Component から継承されています。) |
先頭に戻る
明示的なインターフェイスの実装
名前 | 説明 | |
---|---|---|
ICloneable.Clone | オブジェクト インスタンスの新しいコピーを作成します。 (Binding から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。