RowBinding クラス
テーブルの行へのバインドを表す派生データ型を定義します。
継承階層
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.Binding
Microsoft.AnalysisServices.RowBinding
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
<GuidAttribute("5D57CB33-C6A6-412d-9E2B-2D4CAC07157E")> _
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.BindingTypeConverter, Microsoft.AnalysisServices.Design")> _
Public NotInheritable Class RowBinding _
Inherits Binding
'使用
Dim instance As RowBinding
[GuidAttribute("5D57CB33-C6A6-412d-9E2B-2D4CAC07157E")]
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.BindingTypeConverter, Microsoft.AnalysisServices.Design")]
public sealed class RowBinding : Binding
[GuidAttribute(L"5D57CB33-C6A6-412d-9E2B-2D4CAC07157E")]
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.BindingTypeConverter, Microsoft.AnalysisServices.Design")]
public ref class RowBinding sealed : public Binding
[<SealedAttribute>]
[<GuidAttribute("5D57CB33-C6A6-412d-9E2B-2D4CAC07157E")>]
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.BindingTypeConverter, Microsoft.AnalysisServices.Design")>]
type RowBinding =
class
inherit Binding
end
public final class RowBinding extends Binding
RowBinding 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
RowBinding() | RowBinding クラスの新しいインスタンスを初期化します。 | |
RowBinding(String) | 指定したテーブル識別子を使用して、RowBinding クラスの新しいインスタンスを初期化します。 |
先頭に戻る
プロパティ
名前 | 説明 | |
---|---|---|
Container | (Component から継承されています。) | |
Parent | 現在のオブジェクトの親オブジェクトを取得します。 (Binding から継承されています。) | |
Site | (Component から継承されています。) | |
TableID | RowBinding のテーブル ID を取得または設定します。 |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Clone | RowBinding オブジェクトのコピーを返します。 (Binding.Clone() をオーバーライドします。) | |
CreateObjRef | セキュリティ クリティカル。 (MarshalByRefObject から継承されています。) | |
Dispose | (Component から継承されています。) | |
Equals | (Object から継承されています。) | |
GetHashCode | (Object から継承されています。) | |
GetLifetimeService | セキュリティ クリティカル。 (MarshalByRefObject から継承されています。) | |
GetType | (Object から継承されています。) | |
InitializeLifetimeService | セキュリティ クリティカル。 (MarshalByRefObject から継承されています。) | |
ToString | 現在の RowBinding のテーブルおよび列を表す文字列を返します。 (Component.ToString() をオーバーライドします。) |
先頭に戻る
イベント
名前 | 説明 | |
---|---|---|
Disposed | (Component から継承されています。) |
先頭に戻る
明示的なインターフェイスの実装
名前 | 説明 | |
---|---|---|
ICloneable.Clone | オブジェクト インスタンスの新しいコピーを作成します。 (Binding から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。