Repository.DisconnectFromRepository

From ReliaWiki
Revision as of 23:17, 16 July 2015 by Kate Racaza (talk | contribs)
Jump to navigation Jump to search
APIWiki.png


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