Public Methods

MethodDescription
AddCreate an Index and return it to the caller. ColumnName by Model: Logical = LogicalRoleName if it exist/AttributeName; Physical = RoleName if it exist/ColumnName. PARAMETERS: ColumnName (String), IndexName (String).
RemoveDeletes an Index object as specified by the given name or ID from ER/Studio. PARAMETERS: Identifier (String or Integer).

Public Properties

PropertyDescription
_ItemReturns a Index object as specified by the given name or ID. PARAMETERS: Identifier (String or Integer).
_NewEnum
CountNumber of Index objects in the collection. DATATYPE: Integer.
ItemReturns a Index object as specified by the given name or ID. PARAMETERS: Identifier (String or Integer).
  • No labels