ArcObjects Library Reference (GeoDatabase)  

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(
  long* 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