Repository Session Objects

Meta Data Services Programming

Meta Data Services Programming

Repository Session Objects

The repository session object represents an instance of a single repository. Within a single repository, you can have multiple information models. Each repository instance is associated with one repository database.

The repository session object supports a database connection, transactions, error handling, workspaces, and object instantiation. A repository session object is created and managed by the repository engine. It is part of the repository engine model.

You can manipulate a repository instance from Automation or COM programs using the Repository object, IRepository interface, or the Repository class.

See Also

IRepository Interface

Repository Class

Repository Object

Repository Object Architecture