共用方式為


IModelMultiRelationship 介面

用於加入多重關聯性。

命名空間:  Microsoft.Data.Schema.SchemaModel
組件:  Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)

語法

'宣告
Public Interface IModelMultiRelationship _
    Inherits IModelRelationship, IModelEntity, IList(Of IModelElement),  _
    ICollection(Of IModelElement), IEnumerable(Of IModelElement), IEnumerable
public interface IModelMultiRelationship : IModelRelationship, 
    IModelEntity, IList<IModelElement>, ICollection<IModelElement>, 
    IEnumerable<IModelElement>, IEnumerable
public interface class IModelMultiRelationship : IModelRelationship, 
    IModelEntity, IList<IModelElement^>, ICollection<IModelElement^>, 
    IEnumerable<IModelElement^>, IEnumerable
type IModelMultiRelationship =  
    interface
        interface IModelRelationship
        interface IModelEntity
        interface IList<IModelElement>
        interface ICollection<IModelElement>
        interface IEnumerable<IModelElement>
        interface IEnumerable
    end
public interface IModelMultiRelationship extends IModelRelationship, IModelEntity, IList<IModelElement>, ICollection<IModelElement>, IEnumerable<IModelElement>, IEnumerable

IModelMultiRelationship 型別會公開下列成員。

屬性

  名稱 說明
公用屬性 Count 取得在 ICollection<T> 中所包含的元素數。 (繼承自 ICollection<IModelElement>)。
公用屬性 FromElement 取得相關的項目。 (繼承自 IModelRelationship)。
公用屬性 IsReadOnly 取得值,這個值表示 ICollection<T> 是否為唯讀。 (繼承自 ICollection<IModelElement>)。
公用屬性 Item 取得或設定指定之索引處的項目。 (繼承自 IList<IModelElement>)。
公用屬性 Model 取得模型參考。 (繼承自 IModelEntity)。
公用屬性 RelationshipClass 取得中繼資料類別。 (繼承自 IModelRelationship)。

回頁首

方法

  名稱 說明
公用方法 Add 將項目加入至 ICollection<T> 中。 (繼承自 ICollection<IModelElement>)。
公用方法 AddElement 在關聯性的結尾處插入關聯性項目 (Entry) (根據項目 (Element))。
公用方法 AddRelationshipEntry 將空白關聯性項目 (Entry) 加入到該關聯性的結尾。
公用方法 Clear 將所有項目從 ICollection<T> 移除。 (繼承自 ICollection<IModelElement>)。
公用方法 Contains 判斷 ICollection<T> 是否包含特定值。 (繼承自 ICollection<IModelElement>)。
公用方法 CopyTo 從特定的 Array 索引開始,複製 ICollection<T> 項目至 Array。 (繼承自 ICollection<IModelElement>)。
公用方法 GetEnumerator() 傳回可逐一查看集合的列舉程式。 (繼承自 IEnumerable<IModelElement>)。
公用方法 GetEnumerator() 傳回會逐一查看集合的列舉程式。 (繼承自 IEnumerable)。
公用方法 GetReferencedElements 傳回相關的項目。 (繼承自 IModelRelationship)。
公用方法 GetReferencedRelationshipEntries 傳回相關的關聯性項目。 (繼承自 IModelRelationship)。
公用方法 GetRelationshipEntry 傳回特定索引位置的關聯性項目 (Entry)。
公用方法 IndexOf(T) 判斷 IList<T> 中特定項目的索引。 (繼承自 IList<IModelElement>)。
公用方法 IndexOf(IModelElement, Int32) 根據指定的項目 (Element),回報第一個出現的關聯性項目 (Entry) 的索引。
公用方法 Insert 將項目插入位於指定索引的 IList<T>。 (繼承自 IList<IModelElement>)。
公用方法 InsertElement 在指定的索引位置插入關聯性項目 (Entry) (根據項目 (Element))。
公用方法 InsertRelationshipEntry 在指定的索引位置插入空白的關聯性項目 (Entry)。
公用方法 Remove ICollection<T> 移除特定物件之第一個符合的元素。 (繼承自 ICollection<IModelElement>)。
公用方法 RemoveAt 移除指定之索引處的 IList<T> 項目。 (繼承自 IList<IModelElement>)。

回頁首

請參閱

參考

Microsoft.Data.Schema.SchemaModel 命名空間