ArcObjects Library Reference (GeoDatabase)  

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