Versions Compared

Key

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

Description

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

Syntax

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


Info
titleSee Also