IDataServiceConfiguration.MaxExpandCount プロパティ
データ サービスに対するすべての要求について、$expand クエリ オプションによって展開できるセグメントの最大数を取得または設定します。
名前空間: System.Data.Services
アセンブリ: Microsoft.Data.Services (Microsoft.Data.Services.dll)
構文
'宣言
Property MaxExpandCount As Integer
Get
Set
'使用
Dim instance As IDataServiceConfiguration
Dim value As Integer
value = instance.MaxExpandCount
instance.MaxExpandCount = value
int MaxExpandCount { get; set; }
property int MaxExpandCount {
int get ();
void set (int value);
}
abstract MaxExpandCount : int with get, set
function get MaxExpandCount () : int
function set MaxExpandCount (value : int)
プロパティ値
型: System.Int32
展開するセグメントの最大数。
説明
上限を超えた場合、ステータス コード "400 正しくない要求" が返されます 指定できる値の範囲は 0 ~ int.MaxValue です。それ以外の場合、ArgumentOutOfRangeException がスローされます。
次の例のクエリ文字列には 2 つのセグメントがあります。