共用方式為


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 傳回相關的關聯性項目。

回頁首

備註

這個介面應由不知道明確模型介面的功能使用。

請參閱

參考

Microsoft.Data.Schema.SchemaModel 命名空間