SE_registration_alter |
Alters the properties of a registered table
LONG SE_registration_alter
(SE_CONNECTION connection,
SE_REGINFO reginfo);
connection | The connection handle |
reginfo | The SE_REGINFO object |
SE_registration_alter alters the properties of a registered table. You can change the registration entrys description, minimum_id, and row_id column type. However, only integer columns can be altered to be maintained by ArcSDE. A registration entry for a multiversioned table may not have a row_id column type of SE_REGISTRATION_ROW_ID_COLUMN_TYPE_NONE.
Only the owner of the table may alter its properties.
SE_SUCCESS
SE_DB_IO_ERROR
SE_INVALID_COLUMN_TYPE
SE_INVALID_REGINFO_OBJECT
SE_INVALID_REGISTRATION_ID
SE_NET_FAILURE
SE_NO_PERMISSIONS
SE_TABLE_NOEXIST
SE_TABLE_NOREGISTERED