The IStandardDimIndexAttributes interface contains properties and methods of a collection of dictionary index attributes.
| Property name | Brief description | |
| Count | The Count property returns the number of attributes used as a base to create table dictionary index. | |
| Item | The Item property returns an object containing attribute by which the index is created. |
| Method name | Brief description | |
| Add | The Add method adds dictionary attribute to the index. | |
| FindByKey | The FindByKey method searches dictionary attribute by which the index is created. | |
| Remove | The Remove method removes attribute from dictionary index. | |
| RemoveByKey | The RemoveByKey method removes dictionary attribute from index by its key. |
See also: