Assembly: Rds;
The IMetaIndex interface contains properties and methods used to work with a system table index.
IMetaIndex
To work with all system table indexes, use the IMetaIndexes interface.
Property name | Brief description | |
The Attributes property returns a collection of attributes included in index. | ||
The AttributesSet property determines a set of attributes that form index.. | ||
The Enabled property determines whether index is enabled. | ||
The Primary property determines whether index is primary.. | ||
The Unique property determines whether index is unique. |
Property name | Brief description | |
Id | The Id property determines the object identifier. | |
Key | The Key property returns the object key. | |
Name | The Name property determines the object name. |
See also: