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) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。