You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Description

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

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

See Also

  • No labels