次の方法で共有


UserDefinedGroupBinding クラス

ユーザー定義のグループ バインドを表します。

継承階層

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      Microsoft.AnalysisServices.Binding
        Microsoft.AnalysisServices.UserDefinedGroupBinding

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

構文

'宣言
<GuidAttribute("219486F2-3440-4943-A30E-059DF7CD50CB")> _
Public NotInheritable Class UserDefinedGroupBinding _
    Inherits Binding
'使用
Dim instance As UserDefinedGroupBinding
[GuidAttribute("219486F2-3440-4943-A30E-059DF7CD50CB")]
public sealed class UserDefinedGroupBinding : Binding
[GuidAttribute(L"219486F2-3440-4943-A30E-059DF7CD50CB")]
public ref class UserDefinedGroupBinding sealed : public Binding
[<SealedAttribute>]
[<GuidAttribute("219486F2-3440-4943-A30E-059DF7CD50CB")>]
type UserDefinedGroupBinding =  
    class 
        inherit Binding 
    end
public final class UserDefinedGroupBinding extends Binding

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

コンストラクター

  名前 説明
パブリック メソッド UserDefinedGroupBinding UserDefinedGroupBinding クラスの新しいインスタンスを初期化します。

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ AttributeID 属性の識別子を取得または設定します。
パブリック プロパティ Container (Component から継承されています。)
パブリック プロパティ Groups グループ バインドのコレクションを取得します。
パブリック プロパティ Parent 現在のオブジェクトの親オブジェクトを取得します。 (Binding から継承されています。)
パブリック プロパティ Site (Component から継承されています。)

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Clone 現在のインスタンスの新しいコピーを作成します。 (Binding.Clone() をオーバーライドします。)
パブリック メソッド CopyTo 指定したオブジェクトを UserDefinedGroupBinding オブジェクトにコピーします。
パブリック メソッド 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) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.AnalysisServices 名前空間