RelationshipEnd クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ディメンション間で一対多リレーションシップの 1 つの端を定義します。
public class RelationshipEnd : Microsoft.AnalysisServices.ModelComponent
type RelationshipEnd = class
inherit ModelComponent
Public Class RelationshipEnd
Inherits ModelComponent
- 継承
プロパティ
Annotations |
カスタム データを格納できるコレクションを取得します。 (継承元 ModelComponent) |
Attributes |
ディメンション間の一対多リレーションシップで、キー (プライマリまたは外部) として使用される属性を取得します。 |
DimensionID |
リレーションシップの端に関連付けられているディメンションを指定します。 |
FriendlyName |
RelationshipEnd オブジェクトの表示名を取得します。 |
KeyForCollection |
コレクションで使用されているキーを取得します。 |
Multiplicity |
リレーションシップの複数要素の接続性の値を取得または設定します。 |
OwningCollection |
ModelComponent を格納するコレクションを取得または設定します。 (継承元 ModelComponent) |
Parent |
ModelComponent オブジェクトの親である IModelComponent オブジェクトを取得します。 (継承元 ModelComponent) |
Role |
レポート作成ツールで使用される、リレーションシップの端の名前を取得するか設定します。 |
Translations |
オブジェクトに関連付けられている変換のコレクションを取得します。 |
VisualizationProperties |
レポート ツールで高度な書式を提供するときに使用できるプロパティを取得します。値の設定も可能です。 |
メソッド
AddToContainer(IContainer) |
ModelComponent オブジェクトを指定したコンテナーに追加します。 (継承元 ModelComponent) |
AfterInsert(Int32) |
指定のインデックスに追加した後、ModelComponent オブジェクトを表示します。 (継承元 ModelComponent) |
AfterMove(Int32, Int32) |
指定のインデックスに移動した後、ModelComponent オブジェクトを表示します。 (継承元 ModelComponent) |
AfterRemove(ModelComponentCollection) |
ModelComponent オブジェクトを削除した後、ModelComponentCollection を表示します。 (継承元 ModelComponent) |
BeforeRemove(Boolean) |
クリーンアップする前に ModelComponent オブジェクトを削除します。 (継承元 ModelComponent) |
CopyTo(ModelComponent) |
指定したオブジェクトに ModelComponent オブジェクトをコピーします。 (継承元 ModelComponent) |
CopyTo(RelationshipEnd) |
このオブジェクトの内容を別のオブジェクト (コピー先) にコピーします。 |
RemoveFromContainer(IContainer) |
指定したコンテナーから ModelComponent オブジェクトを削除します。 (継承元 ModelComponent) |
Reset() |
コンポーネントを初期状態にリセットします。 (継承元 ModelComponent) |
Submit() |
ModelComponent オブジェクトを送信します。 (継承元 ModelComponent) |
Submit(Boolean) |
ModelComponent オブジェクトを送信します。 (継承元 ModelComponent) |
ToString() |
現在のオブジェクトを表す文字列を返します。 (継承元 ModelComponent) |
Validate(ValidationErrorCollection) |
追加先の要素を検証します。コレクション内で検出されたエラーが返されます。 (継承元 ModelComponent) |
Validate(ValidationErrorCollection, Boolean) |
追加先の要素を検証します。コレクション内で検出されたエラーが返されます。 パラメーターを使って、詳細なエラー情報を返すように指定できます。 (継承元 ModelComponent) |
Validate(ValidationErrorCollection, Boolean, ServerEdition) |
ModelComponent オブジェクトが有効かどうかを示します。 (継承元 ModelComponent) |
明示的なインターフェイスの実装
IHostableComponent.Host |
ディメンション間で一対多リレーションシップの 1 つの端を定義します。 (継承元 ModelComponent) |
IModelComponent.FriendlyPath |
ディメンション間で一対多リレーションシップの 1 つの端を定義します。 (継承元 ModelComponent) |
IModelComponent.OwningCollection |
ディメンション間で一対多リレーションシップの 1 つの端を定義します。 (継承元 ModelComponent) |