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에서 상속됨) |
위쪽
메서드
위쪽