This document is archived and information here might be outdated.  Recommended version.


IReplicaDescription.TableNameCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IReplicaDescription Interface > IReplicaDescription.TableNameCount Property
ArcGIS Developer Help

IReplicaDescription.TableNameCount Property

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(
  System.Int32* Count
);
[C++]
Parameters
Count [out, retval]

Count is a parameter of type long*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

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.

See Also

IReplicaDescription Interface