다음을 통해 공유


EdmRelationshipNavigationPropertyAttribute 클래스

정의

RelationshipSet 암시적 기본 AttributeUsage 속성 Inherited=True, AllowMultiple=False에 대해 정의된 End를 식별하는 특성입니다. 메타데이터 시스템은 이를 예상하며 이러한 특성 중 첫 번째 특성만 확인합니다.

[System.AttributeUsage(System.AttributeTargets.Property)]
public sealed class EdmRelationshipNavigationPropertyAttribute : System.Data.Entity.Core.Objects.DataClasses.EdmPropertyAttribute
type EdmRelationshipNavigationPropertyAttribute = class
    inherit EdmPropertyAttribute
Public NotInheritable Class EdmRelationshipNavigationPropertyAttribute
Inherits EdmPropertyAttribute
상속
EdmRelationshipNavigationPropertyAttribute
특성

생성자

EdmRelationshipNavigationPropertyAttribute(String, String, String)

EdmRelationshipNavigationPropertyAttribute 클래스의 새 인스턴스를 초기화합니다.

속성

RelationshipName

비정규화된 관계 이름을 가져옵니다.

RelationshipNamespaceName

탐색 속성의 네임스페이스 이름입니다.

TargetRoleName

관계의 다른 쪽 End에 있는 역할 이름을 가져옵니다.

적용 대상