共用方式為


EntityDescriptor.LinkInfos 屬性

傳回實體所參與之關聯性的連結集合。

命名空間:  System.Data.Services.Client
組件:  Microsoft.Data.Services.Client (在 Microsoft.Data.Services.Client.dll 中)

語法

'宣告
Public ReadOnly Property LinkInfos As ReadOnlyCollection(Of LinkInfo)
    Get
'用途
Dim instance As EntityDescriptor
Dim value As ReadOnlyCollection(Of LinkInfo)

value = instance.LinkInfos
public ReadOnlyCollection<LinkInfo> LinkInfos { get; }
public:
property ReadOnlyCollection<LinkInfo^>^ LinkInfos {
    ReadOnlyCollection<LinkInfo^>^ get ();
}
member LinkInfos : ReadOnlyCollection<LinkInfo>
function get LinkInfos () : ReadOnlyCollection<LinkInfo>

屬性值

型別:System.Collections.ObjectModel.ReadOnlyCollection<LinkInfo>
LinkInfo 物件的 ReadOnlyCollection<T>,表示實體所參與的連結。

請參閱

參考

EntityDescriptor 類別

System.Data.Services.Client 命名空間