다음을 통해 공유


NavigationProperty.GetDependentProperties 메서드

정의

참조 제약 조건의 종속 End에 있는 탐색 속성에 대한 외래 키 속성을 가져옵니다.

public:
 System::Collections::Generic::IEnumerable<System::Data::Metadata::Edm::EdmProperty ^> ^ GetDependentProperties();
public System.Collections.Generic.IEnumerable<System.Data.Metadata.Edm.EdmProperty> GetDependentProperties ();
member this.GetDependentProperties : unit -> seq<System.Data.Metadata.Edm.EdmProperty>
Public Function GetDependentProperties () As IEnumerable(Of EdmProperty)

반환

외래 키 속성의 컬렉션입니다.

설명

참조 제약 조건의 종속 끝에 있는 탐색 속성에는 GetDependentProperties 메서드 해당 외래 키 속성을 반환 합니다. 주 끝 키 속성을 동일한 순서로 속성을 반환된 됩니다.

탐색 속성 참조 제약 조건의 종속 끝에 없는 경우는 GetDependentProperties 메서드가 빈 컬렉션을 반환 합니다.

적용 대상