次の方法で共有


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

関連項目

参照

DataServiceConfiguration クラス

System.Data.Services 名前空間

その他の技術情報

データ サービスの構成 (WCF Data Services)