CubeAttributeBinding クラス
データ ソースからキューブ属性へのバインドを定義します。 このクラスは継承できません。
継承階層
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.Binding
Microsoft.AnalysisServices.CubeAttributeBinding
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
<GuidAttribute("398A84EF-F7F5-405e-A642-3C3CE569257F")> _
Public NotInheritable Class CubeAttributeBinding _
Inherits Binding
'使用
Dim instance As CubeAttributeBinding
[GuidAttribute("398A84EF-F7F5-405e-A642-3C3CE569257F")]
public sealed class CubeAttributeBinding : Binding
[GuidAttribute(L"398A84EF-F7F5-405e-A642-3C3CE569257F")]
public ref class CubeAttributeBinding sealed : public Binding
[<SealedAttribute>]
[<GuidAttribute("398A84EF-F7F5-405e-A642-3C3CE569257F")>]
type CubeAttributeBinding =
class
inherit Binding
end
public final class CubeAttributeBinding extends Binding
CubeAttributeBinding 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
CubeAttributeBinding() | CubeAttributeBinding の新しいインスタンスを既定値で初期化します。 | |
CubeAttributeBinding(String, String, String, AttributeBindingType) | 指定したキューブ、ディメンション、属性、バインドの種類に対する CubeAttributeBinding の新しいインスタンスを初期化します。 | |
CubeAttributeBinding(String, String, String, AttributeBindingType, Int32) | 指定したキューブ、ディメンション、属性、バインドの種類、および序数に対する CubeAttributeBinding の新しいインスタンスを初期化します。 |
先頭に戻る
プロパティ
名前 | 説明 | |
---|---|---|
AttributeID | バインドで参照される AttributeID を取得します。値の設定も可能です。 | |
Container | (Component から継承されています。) | |
CubeDimensionID | バインドで参照される CubeDimensionID を取得します。値の設定も可能です。 | |
CubeID | バインドで参照される CubeID を取得します。値の設定も可能です。 | |
Ordinal | コレクション内でデータ ソースをバインドする属性の序数を取得します。値の設定も可能です。 | |
Parent | 現在のオブジェクトの親オブジェクトを取得します。 (Binding から継承されています。) | |
Site | (Component から継承されています。) | |
Type | バインドの種類を取得します。値の設定も可能です。 |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Clone | 現在の CubeAttributeBinding オブジェクトの完全コピーを返します。 (Binding.Clone() をオーバーライドします。) | |
CreateObjRef | セキュリティ クリティカル。 (MarshalByRefObject から継承されています。) | |
Dispose | (Component から継承されています。) | |
Equals | (Object から継承されています。) | |
GetHashCode | (Object から継承されています。) | |
GetLifetimeService | セキュリティ クリティカル。 (MarshalByRefObject から継承されています。) | |
GetType | (Object から継承されています。) | |
InitializeLifetimeService | セキュリティ クリティカル。 (MarshalByRefObject から継承されています。) | |
ToString | 現在の CubeAttributeBinding オブジェクトのキューブ、ディメンション、属性、バインドの種類、および序数を表す System.String を返します。 (Component.ToString() をオーバーライドします。) |
先頭に戻る
イベント
名前 | 説明 | |
---|---|---|
Disposed | (Component から継承されています。) |
先頭に戻る
明示的なインターフェイスの実装
名前 | 説明 | |
---|---|---|
ICloneable.Clone | オブジェクト インスタンスの新しいコピーを作成します。 (Binding から継承されています。) |
先頭に戻る
説明
新規: 2006 年 7 月 17 日
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。