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


IReplicaDescription.TableName 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.TableName Property
ArcGIS Developer Help

IReplicaDescription.TableName Property

The name of a dataset to check out.

[Visual Basic .NET]
Public Function get_TableName ( _
    ByVal Index As Integer _
) As IName
[C#]
public IName get_TableName (
    int Index
);
[C++]
HRESULT get_TableName(
  long Index,
  IName** DatasetName
);
[C++]
Parameters
Index [in]

Index is a parameter of type long DatasetName [out, retval]
DatasetName is a parameter of type IName**

Product Availability

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

Remarks

This property may return additional Name objects that were not passed into the Init method. This is because the Init method expands the list of datasets to ensure database integrity.

See Also

IReplicaDescription Interface