RepositoryScriptManager

Description

The RepositoryScriptManager class implements the object used to work with the repository manager.

Class object properties inherited from IRepositoryScriptManager

  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.

Class object methods inherited from IRepositoryScriptManager

  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:

Fore Assembly Classes