AssociationAttribute(String, String, String) 생성자

정의

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

public:
 AssociationAttribute(System::String ^ name, System::String ^ thisKey, System::String ^ otherKey);
public AssociationAttribute(string name, string thisKey, string otherKey);
new System.ComponentModel.DataAnnotations.AssociationAttribute : string * string * string -> System.ComponentModel.DataAnnotations.AssociationAttribute
Public Sub New (name As String, thisKey As String, otherKey As String)

매개 변수

name
String

협회의 이름입니다.

thisKey
String

연결 쪽에 있는 키 값의 속성 이름에 대한 thisKey 쉼표로 구분된 목록입니다.

otherKey
String

연결 쪽에 있는 키 값의 속성 이름에 대한 otherKey 쉼표로 구분된 목록입니다.

설명

연결이 양방향인 경우 연결의 양쪽에서 이름이 동일해야 합니다.

적용 대상