Repository.DisconnectFromRepository
Jump to navigation
Jump to search
Member of: SynthesisAPI9Repository
Disconnects from the current repository.
Syntax
object.DisconnectFromRepository
where object is a variable that represents a Repository object.
Example
This example assumes that a file called "RSRepository1.rsr10" exists in the C: drive.
VBA|VB.NET
'Connect to a standard Synthesis repository. Dim MyRepository As New Repository MyRepository.ConnectToRepository("C:\RSRepository1.rsr10")
...
'Disconnect from the Synthesis repository. MyRepository.DisconnectFromRepository