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


IArchiveRegistrationInfo.ArchiveTableName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IA > IArchiveRegistrationInfo Interface > IArchiveRegistrationInfo.ArchiveTableName Property
ArcGIS Developer Help

IArchiveRegistrationInfo.ArchiveTableName Property

The name of the archive table.

[Visual Basic .NET]
Public Property ArchiveTableName As String
[C#]
public string ArchiveTableName {get; set;}
[C++]
HRESULT get_ArchiveTableName(
  System.String* ArchiveTableName
);
[C++]
HRESULT put_ArchiveTableName(
  BSTR ArchiveTableName
);
[C++]
Parameters
ArchiveTableName [out, retval]

ArchiveTableName is a parameter of type BSTR* ArchiveTableName [in]
ArchiveTableName is a parameter of type BSTR

Product Availability

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

Remarks

The ArchiveTableName property is used to specify a table's name for the archive table that is created when a dataset is registered for archiving. If no name is specified through the ArchiveTableName property the name will default to the object name appended with an "_H", for example "PARCELS_H".

See Also

IArchiveRegistrationInfo Interface