IModelReverseSingleRelationship 인터페이스
역방향 단일 관계를 나타냅니다.
네임스페이스: Microsoft.Data.Schema.SchemaModel
어셈블리: Microsoft.Data.Schema(Microsoft.Data.Schema.dll)
구문
‘선언
Public Interface IModelReverseSingleRelationship _
Inherits IModelRelationship, IModelEntity
public interface IModelReverseSingleRelationship : IModelRelationship,
IModelEntity
public interface class IModelReverseSingleRelationship : IModelRelationship,
IModelEntity
type IModelReverseSingleRelationship =
interface
interface IModelRelationship
interface IModelEntity
end
public interface IModelReverseSingleRelationship extends IModelRelationship, IModelEntity
IModelReverseSingleRelationship 형식에서는 다음과 같은 멤버를 노출합니다.
속성
이름 | 설명 | |
---|---|---|
Element | 요소를 가져옵니다. | |
FromElement | 관련 요소를 가져옵니다. (IModelRelationship에서 상속됨) | |
Model | 모델 참조를 가져옵니다. (IModelEntity에서 상속됨) | |
RelationshipClass | 메타데이터 클래스를 가져옵니다. (IModelRelationship에서 상속됨) |
위쪽
메서드
이름 | 설명 | |
---|---|---|
GetReferencedElements | 관련된 요소를 반환합니다. (IModelRelationship에서 상속됨) | |
GetReferencedRelationshipEntries | 관련된 관계 항목을 반환합니다. (IModelRelationship에서 상속됨) |
위쪽