Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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
languagevb
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


Info
titleSee Also