AttributeRelationship クラス
属性間のリレーションシップの詳細を指定します。 このクラスは継承できません。
継承階層
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.ModelComponent
Microsoft.AnalysisServices.AttributeRelationship
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
<GuidAttribute("7BE640AB-7EF4-4e4c-A97E-1BE1AF45BA19")> _
Public NotInheritable Class AttributeRelationship _
Inherits ModelComponent _
Implements ICloneable
'使用
Dim instance As AttributeRelationship
[GuidAttribute("7BE640AB-7EF4-4e4c-A97E-1BE1AF45BA19")]
public sealed class AttributeRelationship : ModelComponent,
ICloneable
[GuidAttribute(L"7BE640AB-7EF4-4e4c-A97E-1BE1AF45BA19")]
public ref class AttributeRelationship sealed : public ModelComponent,
ICloneable
[<SealedAttribute>]
[<GuidAttribute("7BE640AB-7EF4-4e4c-A97E-1BE1AF45BA19")>]
type AttributeRelationship =
class
inherit ModelComponent
interface ICloneable
end
public final class AttributeRelationship extends ModelComponent implements ICloneable
AttributeRelationship 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
AttributeRelationship() | AttributeRelationship クラスの新しいインスタンスを既定値で初期化します。 | |
AttributeRelationship(String) | 識別子を使用して、AttributeRelationship の新しいインスタンスを初期化します。 |
先頭に戻る
プロパティ
名前 | 説明 | |
---|---|---|
Annotations | カスタム データを格納できるコレクションを取得します。 (ModelComponent から継承されています。) | |
Attribute | 現在のリレーションシップの作成対象である Attribute オブジェクトを取得します。値の設定も可能です。 | |
AttributeID | 現在の AttributeRelationship の AttributeID を取得します。値の設定も可能です。 | |
Cardinality | 現在の親属性と定義される Attribute とのリレーションシップの基数を取得します。値の設定も可能です。基数は、親属性ではなく定義される属性を基準とします。 | |
Container | (Component から継承されています。) | |
FriendlyName | インフラストラクチャです。ModelComponent の表示名を取得します。 (ModelComponent から継承されています。) | |
KeyForCollection | インフラストラクチャです。コレクションに使用されているキーを取得します。 (ModelComponent から継承されています。) | |
Name | リレーションシップの名前を取得します。値の設定も可能です。 | |
Optionality | 親属性と現在の属性とのリレーションシップの Optionality 定義を取得します。値の設定も可能です。 | |
OverrideBehavior | リレーションシップの OverrideBehavior の定義を取得します。値の設定も可能です。 | |
OwningCollection | ModelComponent を格納するコレクションを取得します。値の設定も可能です。 (ModelComponent から継承されています。) | |
Parent | 現在の属性のリレーションシップに対する親属性を取得します。 | |
ParentDatabase | 現在の AttributeRelationship オブジェクトに対する ParentDatabase オブジェクトを取得します。 | |
ParentDimension | 現在の AttributeRelationship オブジェクトに対する ParentDimension オブジェクトを取得します。 | |
ParentServer | 現在の AttributeRelationship オブジェクトに対する ParentServer オブジェクトを取得します。 | |
RelationshipType | リレーションシップの RelationshipType の定義を取得します。値の設定も可能です。 | |
Site | (Component から継承されています。) | |
Translations | 現在の属性のリレーションシップに対する変換のコレクションを取得します。 | |
Visible | 属性のリレーションシップの現在の表示状態を取得します。値の設定も可能です。 |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
AddToContainer | インフラストラクチャです。指定されたコンテナーに ModelComponent オブジェクトを追加します。 (ModelComponent から継承されています。) | |
AfterInsert | インフラストラクチャです。指定されたインデックスへの追加後に ModelComponent オブジェクトを表示します。 (ModelComponent から継承されています。) | |
AfterMove | インフラストラクチャです。指定されたインデックスへの移動後に ModelComponent オブジェクトを表示します。 (ModelComponent から継承されています。) | |
AfterRemove | インフラストラクチャです。ModelComponent オブジェクトの削除後に ModelComponentCollection を表示します。 (ModelComponent から継承されています。) | |
BeforeRemove | インフラストラクチャです。ModelComponent オブジェクトを削除した後でクリーンアップします。 (ModelComponent から継承されています。) | |
Clone | オブジェクトの新しい完全コピーを作成します。 | |
CopyTo | パラメーターで渡されたオブジェクト内に、現在の AttributeRelationship の完全なコピーを作成します。 | |
CreateObjRef | セキュリティ クリティカル。 (MarshalByRefObject から継承されています。) | |
Dispose | (Component から継承されています。) | |
Equals | (Object から継承されています。) | |
GetHashCode | (Object から継承されています。) | |
GetLifetimeService | セキュリティ クリティカル。 (MarshalByRefObject から継承されています。) | |
GetType | (Object から継承されています。) | |
InitializeLifetimeService | セキュリティ クリティカル。 (MarshalByRefObject から継承されています。) | |
RemoveFromContainer | インフラストラクチャです。指定されたコンテナーから ModelComponent オブジェクトを削除します。 (ModelComponent から継承されています。) | |
Submit() | インフラストラクチャです。ModelComponent オブジェクトを送信します。 (ModelComponent から継承されています。) | |
Submit(Boolean) | インフラストラクチャです。ModelComponent オブジェクトを送信します。 (ModelComponent から継承されています。) | |
ToString | インフラストラクチャです。現在のオブジェクトを表す文字列を返します。 (ModelComponent から継承されています。) | |
Validate(ValidationErrorCollection) | 追加先の要素を検証します。コレクション内で検出されたエラーが返されます。 (ModelComponent から継承されています。) | |
Validate(ValidationErrorCollection, Boolean) | 追加先の要素を検証します。コレクション内で検出されたエラーが返されます。パラメーターを使って、詳細なエラー情報を返すように指定できます。 (ModelComponent から継承されています。) | |
Validate(ValidationErrorCollection, Boolean, ServerEdition) | ModelComponent オブジェクトが有効かどうかを示します。 (ModelComponent から継承されています。) |
先頭に戻る
イベント
名前 | 説明 | |
---|---|---|
Disposed | (Component から継承されています。) |
先頭に戻る
明示的なインターフェイスの実装
名前 | 説明 | |
---|---|---|
ICloneable.Clone | オブジェクト インスタンスのコピーを作成します。 | |
IHostableComponent.Host | ModelComponent のホストである IServiceProvider を取得または設定します。 (ModelComponent から継承されています。) | |
IModelComponent.FriendlyPath | ModelComponent の表示パスを取得します。 (ModelComponent から継承されています。) | |
IModelComponent.OwningCollection | 現在のオブジェクトを所有するコレクションを取得または設定します。 (ModelComponent から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。