The IMetaDataMemberCollection interface contains properties and methods used to work with a collection of system table records.
| Property name | Brief description | |
| The Count property returns the number of records in the collection. | ||
| The Item property returns a record from the collection by index. |
| Property name | Brief description | |
| The Attribute property returns the record attribute. | ||
| The Modified property returns whether the record was modified. | ||
| The UnmodifiedValue property returns the record value before modifying. | ||
| The Value property determines the record value. |
| Method name | Brief description | |
| The Add method adds a record to the collection. | ||
| The Clear method clears all records from the collection. | ||
| The Move method moves records in the collection by indexes. | ||
| The MoveObject method moves a specified record in a collection. | ||
| The Remove method removes a record from the collection by index. |
See also: