Public Methods
Method | Description |
---|---|
Add | Create 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). |
Remove | Deletes an Index object as specified by the given name or ID from ER/Studio. PARAMETERS: Identifier (String or Integer). |
Public Properties
Property | Description |
---|---|
_Item | Returns a Index object as specified by the given name or ID. PARAMETERS: Identifier (String or Integer). |
_NewEnum | |
Count | Number of Index objects in the collection. DATATYPE: Integer. |
Item | Returns a Index object as specified by the given name or ID. PARAMETERS: Identifier (String or Integer). |
See Also