共用方式為


IDataServiceConfiguration.MaxExpandCount 屬性

定義

取得或設定資料服務的所有要求中 $expand 查詢選項可展開的區段數目上限。

public:
 property int MaxExpandCount { int get(); void set(int value); };
public int MaxExpandCount { get; set; }
member this.MaxExpandCount : int with get, set
Public Property MaxExpandCount As Integer

屬性值

可展開的區段數目上限。

備註

如果超過限制,則傳回 400「不正確的要求」狀態碼。 指定的值必須介於 0 和 int.MaxValue之間, ArgumentOutOfRangeException 否則會擲回 。

下列查詢字串範例有兩個區段:

適用於