ADODC.MaxRecords プロパティ

定義

データ ソースから取得できるレコードの最大数を取得または設定します。

public:
 property int MaxRecords { int get(); void set(int value); };
[Microsoft.VisualBasic.Compatibility.VB6.SRDescription("ADODC_DESCMaxRecords")]
public int MaxRecords { get; set; }
[<Microsoft.VisualBasic.Compatibility.VB6.SRDescription("ADODC_DESCMaxRecords")>]
member this.MaxRecords : int with get, set
Public Property MaxRecords As Integer

プロパティ値

データ ソースから取得できるレコードの数を指定する Integer

属性

注釈

このプロパティは ADO Recordset.MaxRecords プロパティに対応します。

注意

Microsoft.VisualBasic.Compatibility.VB6 名前空間の関数とオブジェクトは、Visual Basic 6.0 から Visual Basic へのアップグレード ツールで使用するために用意されています。 ほとんどの場合、これらの関数とオブジェクトは、.NET Framework の他の名前空間にある機能と重複しています。 これらが必要になるのは、Visual Basic 6.0 のコード モデルが .NET Framework の実装と大きく異なる場合だけです。

適用対象