A relationship collection is the set of relationships that connect a particular source repository object to a set of one or more target objects. All of the relationships in the collection must conform to the same relationship type.
Use the RelationshipCol class to manage a collection of relationships in a repository database.
| Interface | Description |
|---|---|
| IObjectCol | Manages objects in a collection |
| IRelationshipCol | Manages a collection of relationships |
| IReposQuery | Provides filters on collections to control how objects appear in an object collection |
| ITargetObjectCol | Manages objects in a target object collection |