This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IReplicaDescription Interface > IReplicaDescription.TableNameCount Property (ArcObjects .NET 10.4 SDK) |
The number of table type objects that will be checked out.
[Visual Basic .NET] Public ReadOnly Property TableNameCount As Integer
[C#] public int TableNameCount {get;}
[C++]
HRESULT get_TableNameCount(
long* Count
);
[C++]
Parameters Count [out, retval] Count is a parameter of type long
This value returned may be different from the number of datasets passed into the Init method. This is because the Init method expands the list of datasets to ensure database integrity.