Description

Creates and returns a new Netezza Synonym, and then adds it to the collection. PARAMETERS: Name (String), Owner (String), ReferencedObjectName (String), ReferencedObjectOwner (String).

Syntax

Public Function Add( _
   ByVal Name As Variant, _
   ByVal Owner As Variant, _
   ByVal ReferenceObjectName As Variant, _
   ByVal ReferenceObjectOWner As Variant _
) As NetezzaSynonym

Parameters

  • Name
  • Owner
  • ReferencedObjectName
  • ReferencedObjectOwner


  • No labels