DataServiceConfiguration.MaxResultsPerCollection プロパティ
返される各コレクションに含まれる項目の最大数を取得または設定します。
名前空間: System.Data.Services
アセンブリ: Microsoft.Data.Services (Microsoft.Data.Services.dll)
構文
'宣言
Public Property MaxResultsPerCollection As Integer
Get
Set
'使用
Dim instance As DataServiceConfiguration
Dim value As Integer
value = instance.MaxResultsPerCollection
instance.MaxResultsPerCollection = value
public int MaxResultsPerCollection { get; set; }
public:
virtual property int MaxResultsPerCollection {
int get () sealed;
void set (int value) sealed;
}
abstract MaxResultsPerCollection : int with get, set
override MaxResultsPerCollection : int with get, set
final function get MaxResultsPerCollection () : int
final function set MaxResultsPerCollection (value : int)
プロパティ値
型: System.Int32
項目の最大数。
実装
IDataServiceConfiguration.MaxResultsPerCollection
説明
この最大値は、入れ子になったコレクションにも適用されます。