Public Methods
Method | Description |
---|---|
Returns the currently-active Data Dictionary. | |
Returns the currently-active diagram. | |
Closes the diagram specified by the given title string. PARAMETERS: Identifier as String. | |
Returns a newly-created and empty StringObjects. | |
Delete a NamedRelease from the Repo Server using the given Name. Return value is 1 if it succeeds, else it's 0. PARAMETERS: Name as String. RETURN DATATYPE: Integer. | |
Enable (TRUE) or disable (FALSE) the screen updates of the diagram. PARAMETERS: Enable as Boolean. | |
EnableScreenUpdateEx | EnableTreeUpdate as Boolean. Enable or disable the screen and explorer tree updates of the diagram. PARAMETERS: EnableViewUpdate as Boolean. |
Returns the name of all NamedReleases. | |
Returns the last ErrorCode of the Diagram. It returns zero if the last operation succeeded. RETURN DATATYPE: Integer. | |
Returns the last ErrorString (error detail) of the Diagram. It returns an empty string if the last operation succeeds. RETURN DATATYPE: String. | |
Directory as String. Get a NamedRelease from the Repo Server using the given Name, and then save it to given directory. Return value is 1 if it succeeds, else it's 0. PARAMETERS: Name as String. RETURN DATATYPE: Integer. | |
Returns the Registry Key for this application. RETURN DATATYPE: String. | |
Make the application hidden. Use this outside of ER/Studio, such as in a VB Application. | |
Imports the given, complete file path of the .erx file, and then opens a new diagram for the imported .erx file. PARAMETERS: FullFilePath as String. | |
Imports the given, complete file path of the .sql file, and then opens a new diagram for the imported .sql file. PARAMETERS: FullFilePath as String, TargetDatabasePlatform as String. | |
Returns an object which provides an interface for importing various file formats via MIMB (implements functionality of MetaWizard import) for Automation. | |
Opens a new diagram. | |
Reads in the given, complete file path of the .dm1 file, and then opens a new diagram for the .dm1 file. PARAMETERS: FullFilePath as String. | |
Shut down ER/Studio without saving any documents. | |
Returns the collection of submodels (of the given diagram) available in the repository. PARAMETERS: DiagramName (String). | |
Returns all Data Dictionary names from the Repo Server. | |
Delete a Diagram from the Repo Server using the given Diagram Name. Return value is 1 if it succeeds, else it's 0. PARAMETERS: Name as String. RETURN DATATYPE: Integer. | |
Returns all Diagram names from the Repo Server. | |
GetDiagram from the Repo Server using the given Diagram Name. Return value is 1 if it succeeds, else it's 0. PARAMETERS: Name as String. RETURN DATATYPE: Integer. | |
Log in to the Repo Server using the given Name and Password. Return value is 1 if it succeeds, else it's 0. PARAMETERS: Name as String and Password as String. RETURN DATATYPE: Integer. | |
Log out of the Repo Server. Return value is 1 if it succeeds, else it's 0. RETURN DATATYPE: Integer. | |
Returns all ObjectPrivilege names from the Repo Server. | |
Returns all Projects from the Repo Server. | |
Returns all Roles from the Repo Server. | |
Delete a Diagram from the Repo Server and leave data remaining in the database, but mark it as deleted. Uses the given Diagram Name. Return value is 1 if it succeeds, else it's 0. PARAMETERS: Name as String. RETURN DATATYPE: Integer. | |
Returns all Users from the Repo Server. | |
Returns an object which provides an interface for reverse-engineering. | |
If the application is hidden, this makes the application visible. | |
SynchronizeComments | Synchronize the user comments in the dm1 file with the ones in the repository database. Return value is 1 if it succeeds, else it is 0. |
Public Properties
Property | Description |
---|---|
Returns a diagram, given the diagram's title. PARAMETERS: Identifier as String. | |
Returns the name of the currently-logged-in user account. DATATYPE: String. | |
Returns the number of currently-open diagrams. DATATYPE: Integer. | |
Returns a diagram, given the diagram's title. PARAMETERS: Identifier as String. | |
Displays the ERStudio.exe Full Version and Build Number. DATATYPE: String. | |
Displays the ERStudio.exe Version and Build Number. DATATYPE: String. | |
Controls the showing or hiding of Repository Status Icon. DATATYPE: Boolean. | |
Displays the Repository Active Directory of ER/Studio. DATATYPE: String. |
See Also