次の方法で共有


Binding クラス

すべてのバインドの派生元となる基本クラスとなります。

継承階層

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      Microsoft.AnalysisServices.Binding
        詳細情報...

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
<GuidAttribute("BBACE699-683F-4d4b-BDB1-43B824816CE5")> _
Public MustInherit Class Binding _
    Inherits Component _
    Implements ICloneable
'使用
Dim instance As Binding
[GuidAttribute("BBACE699-683F-4d4b-BDB1-43B824816CE5")]
public abstract class Binding : Component, 
    ICloneable
[GuidAttribute(L"BBACE699-683F-4d4b-BDB1-43B824816CE5")]
public ref class Binding abstract : public Component, 
    ICloneable
[<AbstractClassAttribute>]
[<GuidAttribute("BBACE699-683F-4d4b-BDB1-43B824816CE5")>]
type Binding =  
    class 
        inherit Component 
        interface ICloneable 
    end
public abstract class Binding extends Component implements ICloneable

Binding 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
プロテクト メソッド Binding 派生クラスによって実装される Binding オブジェクトの新しいインスタンスを初期化します。

先頭に戻る

プロパティ

  名前 説明
プロテクト プロパティ CanRaiseEvents (Component から継承されています。)
パブリック プロパティ Container (Component から継承されています。)
プロテクト プロパティ DesignMode (Component から継承されています。)
プロテクト プロパティ Events (Component から継承されています。)
パブリック プロパティ Parent 現在のオブジェクトの親オブジェクトを取得します。
パブリック プロパティ Site (Component から継承されています。)

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Clone 現在のオブジェクトのディープ コピーを作成します。
プロテクト メソッド CopyTo 指定されたバインドに現在のオブジェクトのディープ コピーを転送します。
パブリック メソッド CreateObjRef セキュリティ クリティカル。 (MarshalByRefObject から継承されています。)
パブリック メソッド Dispose() (Component から継承されています。)
プロテクト メソッド Dispose(Boolean) (Component から継承されています。)
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド Finalize (Component から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetLifetimeService セキュリティ クリティカル。 (MarshalByRefObject から継承されています。)
プロテクト メソッド GetService (Component から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
パブリック メソッド InitializeLifetimeService セキュリティ クリティカル。 (MarshalByRefObject から継承されています。)
プロテクト メソッド MemberwiseClone() (Object から継承されています。)
プロテクト メソッド MemberwiseClone(Boolean) (MarshalByRefObject から継承されています。)
パブリック メソッド ToString (Component から継承されています。)

先頭に戻る

イベント

  名前 説明
パブリック イベント Disposed (Component から継承されています。)

先頭に戻る

明示的なインターフェイスの実装

  名前 説明
明示的なインターフェイスの実装プライベート メソッド ICloneable.Clone オブジェクト インスタンスの新しいコピーを作成します。

先頭に戻る

説明

新規:   2006 年 7 月 17 日

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.AnalysisServices 名前空間

継承階層

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      Microsoft.AnalysisServices.Binding
        Microsoft.AnalysisServices.AttributeBinding
        Microsoft.AnalysisServices.CalculatedMeasureBinding
        Microsoft.AnalysisServices.ColumnBinding
        Microsoft.AnalysisServices.CubeAttributeBinding
        Microsoft.AnalysisServices.CubeDimensionBinding
        Microsoft.AnalysisServices.DataSourceViewBinding
        Microsoft.AnalysisServices.DimensionBinding
        Microsoft.AnalysisServices.ExpressionBinding
        Microsoft.AnalysisServices.InheritedBinding
        Microsoft.AnalysisServices.MeasureBinding
        Microsoft.AnalysisServices.MeasureGroupBinding
        Microsoft.AnalysisServices.MeasureGroupDimensionBinding
        Microsoft.AnalysisServices.ProactiveCachingBinding
        Microsoft.AnalysisServices.RowBinding
        Microsoft.AnalysisServices.RowNumberBinding
        Microsoft.AnalysisServices.TabularBinding
        Microsoft.AnalysisServices.TimeAttributeBinding
        Microsoft.AnalysisServices.TimeBinding
        Microsoft.AnalysisServices.UserDefinedGroupBinding