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 구현과 크게 다른 경우에만 필요합니다.

적용 대상