共用方式為


DataServiceContext.Links 屬性

取得 DataServiceContext 物件目前正在追蹤的所有關聯或連結之集合。

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

語法

'宣告
Public ReadOnly Property Links As ReadOnlyCollection(Of LinkDescriptor)
    Get
'用途
Dim instance As DataServiceContext
Dim value As ReadOnlyCollection(Of LinkDescriptor)

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

屬性值

型別:System.Collections.ObjectModel.ReadOnlyCollection<LinkDescriptor>
LinkDescriptor 物件的集合,代表 DataServiceContext 物件目前正在追蹤的所有關聯或連結。

備註

如果目前沒有正在追蹤的連結,則傳回 0 個元素的清單。 集合是唯讀的。

請參閱

參考

DataServiceContext 類別

System.Data.Services.Client 命名空間