This document is archived and information here might be outdated. Recommended version. |
The maximum number of records returned for query results (GetCatalog).
[Visual Basic .NET]
Public Property MaxRecordCount As Integer
[C#]
public int MaxRecordCount {get; set;}
[C++]
HRESULT get_MaxRecordCount(
System.Int32* Count
);
[C++]
HRESULT put_MaxRecordCount(
long Count
);
[C++] Parameters Count [out, retval]
Count is a parameter of type long* Count [in]
Count is a parameter of type long