The maximum number of records to be returned by a search.
[Visual Basic 6.0] Property MaxRecordCount As Long
[Visual Basic .NET] Public ReadOnly Property MaxRecordCount As Integer
[C#] public int MaxRecordCount {get;}
[Java] public int getMaxRecordCount() throws IOException, AutomationException
[C++]
HRESULT get_MaxRecordCount(
long* maxCount
);
Parameters
maxCount [out, retval]
maxCount is a parameter of type long
The MaxRecordCount returns the maximum number of records that can be returned at once by a search. This value is stored as a configuration parameter with GeoDataServers publised on ArcGIS server. When intializing GeoDataServers from local geodatabases, you can set this value using the IGeoDataServerInit::MaxRecordCount property.
The TableSearch and GetNextResultPortion methods use this value to determine the maximum number of records that can be returned at once.