EdmRelationshipAttribute.RelationshipName 속성

정의

관계의 이름입니다.

public:
 property System::String ^ RelationshipName { System::String ^ get(); };
public string RelationshipName { get; }
member this.RelationshipName : string
Public ReadOnly Property RelationshipName As String

속성 값

String 값으로 정의된 EdmRelationshipAttribute관계의 이름입니다.

설명

관계의 이름은 개념적 모델에서 이 관계를 정의하는 요소의 Association 특성에 의해 Name 지정됩니다. 자세한 내용은 CSDL, SSDL 및 MSL 사양을 참조하세요.

적용 대상

추가 정보