IModelReverseMultiRelationship 인터페이스

역방향 다중 관계를 나타냅니다.

네임스페이스:  Microsoft.Data.Schema.SchemaModel
어셈블리:  Microsoft.Data.Schema(Microsoft.Data.Schema.dll)

구문

‘선언
Public Interface IModelReverseMultiRelationship _
    Inherits IModelRelationship, IModelEntity
public interface IModelReverseMultiRelationship : IModelRelationship, 
    IModelEntity
public interface class IModelReverseMultiRelationship : IModelRelationship, 
    IModelEntity
type IModelReverseMultiRelationship =  
    interface
        interface IModelRelationship
        interface IModelEntity
    end
public interface IModelReverseMultiRelationship extends IModelRelationship, IModelEntity

IModelReverseMultiRelationship 형식에서는 다음과 같은 멤버를 노출합니다.

속성

  이름 설명
Public 속성 FromElement 관련 요소를 가져옵니다. (IModelRelationship에서 상속됨)
Public 속성 Model 모델 참조를 가져옵니다. (IModelEntity에서 상속됨)
Public 속성 RelationshipClass 메타데이터 클래스를 가져옵니다. (IModelRelationship에서 상속됨)

위쪽

메서드

  이름 설명
Public 메서드 GetReferencedElements 관련된 요소를 반환합니다. (IModelRelationship에서 상속됨)
Public 메서드 GetReferencedRelationshipEntries 관련된 관계 항목을 반환합니다. (IModelRelationship에서 상속됨)

위쪽

참고 항목

참조

Microsoft.Data.Schema.SchemaModel 네임스페이스