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 執行個體,如果該關聯性的 LinkDescriptor 不存在,則為 null
。