다음을 통해 공유


EdmNavigationProperty.ContainsTarget 속성

탐색 대상이 탐색 소스 안에 포함되어 있는지 여부를 나타내는 값을 가져옵니다.

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

구문

‘선언
Public ReadOnly Property ContainsTarget As Boolean
    Get
‘사용 방법
Dim instance As EdmNavigationProperty
Dim value As Boolean

value = instance.ContainsTarget
public bool ContainsTarget { get; }
public:
virtual property bool ContainsTarget {
    bool get () sealed;
}
abstract ContainsTarget : bool
override ContainsTarget : bool
final function get ContainsTarget () : boolean

속성 값

유형: System.Boolean
탐색 대상이 탐색 소스 안에 포함되어 있으면 true이고, 그렇지 않으면 false입니다.

구현

IEdmNavigationProperty.ContainsTarget

참고 항목

참조

EdmNavigationProperty 클래스

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