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)。 |
回頁首
方法
回頁首