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


esriTableNameErrorType Constants (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Constants > E > esriTableNameErrorType Constants
ArcGIS Developer Help

esriTableNameErrorType Constants

TableName error description.

Constant Value Description
esriIsSQLReservedWord 1 Table name is a SQL reserved word.
esriHasInvalidCharacter 2 Table name contains an Invalid Character.
esriHasInvalidStartingCharacter 4 Table name has an invalid starting character.
esriInvalidTableNameLength 8 Table name is too long.

Product Availability

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

Remarks

The enum is used to report error type by IFieldChecker::ValidateTableName