UserDefinedGroupBinding クラス

定義

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

[System.Runtime.InteropServices.Guid("219486F2-3440-4943-A30E-059DF7CD50CB")]
public sealed class UserDefinedGroupBinding : Microsoft.AnalysisServices.Binding
[<System.Runtime.InteropServices.Guid("219486F2-3440-4943-A30E-059DF7CD50CB")>]
type UserDefinedGroupBinding = class
    inherit Binding
Public NotInheritable Class UserDefinedGroupBinding
Inherits Binding
継承
UserDefinedGroupBinding
属性

コンストラクター

UserDefinedGroupBinding()

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

プロパティ

AttributeID

属性の識別子を取得または設定します。

Groups

グループ バインドのコレクションを取得します。

Parent

現在のオブジェクトの親オブジェクトを取得します。

(継承元 Binding)

メソッド

Clone()

UserDefinedGroupBinding オブジェクトのコピーを返します。

CopyTo(Binding)

指定されたバインドに現在のオブジェクトのディープ コピーを転送します。

(継承元 Binding)
CopyTo(UserDefinedGroupBinding)

オブジェクトのコンテンツを指定した UserDefinedGroupBinding オブジェクトにコピーします。

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

ICloneable.Clone()

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

(継承元 Binding)

適用対象