IModelReverseSingleRelationship 介面
表示反向的單一關聯性。
命名空間: Microsoft.Data.Schema.SchemaModel
組件: Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)
語法
'宣告
Public Interface IModelReverseSingleRelationship _
Inherits IModelRelationship, IModelEntity
public interface IModelReverseSingleRelationship : IModelRelationship,
IModelEntity
public interface class IModelReverseSingleRelationship : IModelRelationship,
IModelEntity
type IModelReverseSingleRelationship =
interface
interface IModelRelationship
interface IModelEntity
end
public interface IModelReverseSingleRelationship extends IModelRelationship, IModelEntity
IModelReverseSingleRelationship 型別會公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
Element | 取得項目。 | |
FromElement | 取得相關的項目。 (繼承自 IModelRelationship)。 | |
Model | 取得模型參考。 (繼承自 IModelEntity)。 | |
RelationshipClass | 取得中繼資料類別。 (繼承自 IModelRelationship)。 |
回頁首
方法
名稱 | 說明 | |
---|---|---|
GetReferencedElements | 傳回相關的項目。 (繼承自 IModelRelationship)。 | |
GetReferencedRelationshipEntries | 傳回相關的關聯性項目。 (繼承自 IModelRelationship)。 |
回頁首