다음을 통해 공유


EdmNavigationProperty.DependentProperties 속성

이 탐색 속성이 표현하는 연결의 종속 속성을 가져오거나 설정합니다.

네임스페이스:  Microsoft.Data.Edm.Library
어셈블리:  Microsoft.Data.Edm(Microsoft.Data.Edm.dll)

구문

‘선언
Public ReadOnly Property DependentProperties As IEnumerable(Of IEdmStructuralProperty)
    Get
‘사용 방법
Dim instance As EdmNavigationProperty
Dim value As IEnumerable(Of IEdmStructuralProperty)

value = instance.DependentProperties
public IEnumerable<IEdmStructuralProperty> DependentProperties { get; }
public:
virtual property IEnumerable<IEdmStructuralProperty^>^ DependentProperties {
    IEnumerable<IEdmStructuralProperty^>^ get () sealed;
}
abstract DependentProperties : IEnumerable<IEdmStructuralProperty>
override DependentProperties : IEnumerable<IEdmStructuralProperty>
final function get DependentProperties () : IEnumerable<IEdmStructuralProperty>

속성 값

유형: System.Collections.Generic.IEnumerable<IEdmStructuralProperty>
이 탐색 속성이 표현하는 연결의 종속 속성입니다.

구현

IEdmNavigationProperty.DependentProperties

참고 항목

참조

EdmNavigationProperty 클래스

Microsoft.Data.Edm.Library 네임스페이스