DataServiceConfiguration.MaxExpandCount プロパティ
$expand 演算子を使って単一の要求に含めることのできる関連エンティティの最大数を取得または設定します。
名前空間: System.Data.Services
アセンブリ: Microsoft.Data.Services (Microsoft.Data.Services.dll)
構文
'宣言
Public Property MaxExpandCount As Integer
Get
Set
'使用
Dim instance As DataServiceConfiguration
Dim value As Integer
value = instance.MaxExpandCount
instance.MaxExpandCount = value
public int MaxExpandCount { get; set; }
public:
virtual property int MaxExpandCount {
int get () sealed;
void set (int value) sealed;
}
abstract MaxExpandCount : int with get, set
override MaxExpandCount : int with get, set
final function get MaxExpandCount () : int
final function set MaxExpandCount (value : int)
プロパティ値
型: System.Int32
関連エンティティの最大数。
実装
IDataServiceConfiguration.MaxExpandCount