IModelRelationship 介面
用於取得關聯性兩邊的項目。
命名空間: Microsoft.Data.Schema.SchemaModel
組件: Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)
語法
'宣告
Public Interface IModelRelationship _
Inherits IModelEntity
public interface IModelRelationship : IModelEntity
public interface class IModelRelationship : IModelEntity
type IModelRelationship =
interface
interface IModelEntity
end
public interface IModelRelationship extends IModelEntity
IModelRelationship 型別會公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
FromElement | 取得相關的項目。 | |
Model | 取得模型參考。 (繼承自 IModelEntity)。 | |
RelationshipClass | 取得中繼資料類別。 |
回頁首
方法
名稱 | 說明 | |
---|---|---|
GetReferencedElements | 傳回相關的項目。 | |
GetReferencedRelationshipEntries | 傳回相關的關聯性項目。 |
回頁首
備註
這個介面應由不知道明確模型介面的功能使用。