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