The RepositoryScriptCallback class implements the object used to track of creating/updating process of the repository and MDM repository.
| Method name | Brief description | |
| BeginStatement | The BeginStatement method implements an event that takes place before the start of the script query execution. | |
| EndStatement | The EndStatement method implements an event that takes place after the query execution. | |
| OnFinish | The OnFinish method implements an event that takes place after the execution of whole script. | |
| OnStart | The OnStart method implements an event that takes place during the preparation of the script to execution. |
See also: