Description
Creates and returns a new SQLServer Synonym, and then adds it to the collection. PARAMETERS: Name (String), Owner (String, ReferencedObjectName, and ReferencedObjectOwner (all Strings), ReferencedObjectName HorizontalPosition (StringInteger), ReferencedObjectOwner VerticalPosition (StringInteger).
Syntax
Code Block |
---|
|
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 SQLServerSynonym |
Parameters
- Name
- Owner
- ReferencedObjectName
- ReferencedObjectOwner
- HorizontalPosition
- VerticalPosition