Description
Creates an Oracle Synonym. PARAMETERS: Name, Owner, ReferencedObjectName, and ReferencedObjectOwner (all Strings), HorizontalPosition (Integer), VerticalPosition (Integer).
Syntax
Public Function AddWithPosition( _ ByVal Name As Variant, _ ByVal Owner As Variant, _ ByVal ReferencedObjectName As Variant, _ ByVal ReferencedObjectOwner As Variant, _ ByVal HorizontalPosition As Variant, _ ByVal VerticalPosition As Variant _ ) As OracleSynonym
Parameters
- Name
- Owner
- ReferencedObjectName
- ReferencedObjectOwner
- HorizontalPosition
- VerticalPosition
See Also