The IRepositoryScriptManager interface contains properties and methods used to work with repository manager.
| Property name | Brief description | |
| Connection | The Connection property determines connection with database server within which all operations take place. | |
| Driver | The Driver property determines a driver used to work with repository. | |
| Operation | The Operation property determines the operation that should be performed with repository. | |
| Repository | The Repository property determines a type of repository, for which specified operation should be performed. | |
| Unicode | The Unicode property determines whether the unicode repository version is created. | |
| VersionMajor | The VersionMajor property returns a number of the main repository version. | |
| VersionMinor | The VersionMinor property returns a number of the intermediate version of repository. | |
| VersionUnicode | The VersionUnicode property returns whether the repository unicode version is created. |
| Method name | Brief description | |
| Execute | The Execute method executes operations with repository. | |
| FetchVersion | The FetchVersion method receives the current version of repository. | |
| LoadScript | The LoadScript method loads the script used for performing of the specified operation with repository. |
See also: