DataServiceContext.GetLinkDescriptor(Object, String, Object) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
LinkDescriptor 두 엔터티 간의 관계를 정의하는 특정 링크의 값을 가져옵니다.
public:
System::Data::Services::Client::LinkDescriptor ^ GetLinkDescriptor(System::Object ^ source, System::String ^ sourceProperty, System::Object ^ target);
public System.Data.Services.Client.LinkDescriptor GetLinkDescriptor(object source, string sourceProperty, object target);
member this.GetLinkDescriptor : obj * string * obj -> System.Data.Services.Client.LinkDescriptor
Public Function GetLinkDescriptor (source As Object, sourceProperty As String, target As Object) As LinkDescriptor
매개 변수
- source
- Object
링크의 원본 개체입니다.
- sourceProperty
- String
관련 개체를 반환하는 개체의 source 탐색 속성 이름입니다.
- target
- Object
관련 엔터티입니다.
반품
LinkDescriptor 지정한 관계의 인스턴스이거나 null 관계에 대한 인스턴스가 없는 경우 LinkDescriptor 입니다.