INFOMAPS Procedure

DELETE IDENTITY_PROPERTY Statement

Deletes one or more SAS identity properties from the current information map.

Syntax

DELETE IDENTITY_PROPERTY _ALL_ | ID="identity-property-ID";

Required Arguments

_ALL_
removes all SAS identity properties from the current information map.
ID="identity-property-ID"
removes the specified SAS identity property from the current information map.

Details

If an SAS identity property is currently being referenced by a business object, then the DELETE IDENTITY_PROPERTY statement is ignored and a warning message is written to the log.
For more information about SAS identity properties, see INSERT IDENTITY_PROPERTY Statement.