Repository.DisconnectFromRepository

From ReliaWiki
Revision as of 17:19, 13 July 2015 by Kate Racaza (talk | contribs)
Jump to navigation Jump to search

Member of: SynthesisAPI9Repository

APIWiki.png


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