ArcObjects Library Reference (GeoDatabase)  

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