IModelSingleRelationship 介面
如果使用這個介面,則右邊只能出現一個項目。
命名空間: Microsoft.Data.Schema.SchemaModel
組件: Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)
語法
'宣告
Public Interface IModelSingleRelationship _
Inherits IModelRelationship, IModelEntity
public interface IModelSingleRelationship : IModelRelationship,
IModelEntity
public interface class IModelSingleRelationship : IModelRelationship,
IModelEntity
type IModelSingleRelationship =
interface
interface IModelRelationship
interface IModelEntity
end
public interface IModelSingleRelationship extends IModelRelationship, IModelEntity
IModelSingleRelationship 型別會公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
Element | 取得或設定相關的項目。 | |
FromElement | 取得相關的項目。 (繼承自 IModelRelationship)。 | |
Model | 取得模型參考。 (繼承自 IModelEntity)。 | |
RelationshipClass | 取得中繼資料類別。 (繼承自 IModelRelationship)。 |
回頁首
方法
名稱 | 說明 | |
---|---|---|
Clear | 如果有,則刪除關聯性項目。 | |
GetReferencedElements | 傳回相關的項目。 (繼承自 IModelRelationship)。 | |
GetReferencedRelationshipEntries | 傳回相關的關聯性項目。 (繼承自 IModelRelationship)。 | |
GetRelationshipEntry | 傳回相關的關聯性項目。 | |
RecreateRelationshipEntry() | 傳回新的空白關聯性項目,或取代現有關聯性項目。 | |
RecreateRelationshipEntry(IModelElement) | 傳回指向指定之項目 (Element) 的新關聯性項目 (Entry),或取代現有關聯性項目。 |
回頁首
備註
這個介面由無法使用明確模型介面的功能使用。