Public Methods

MethodDescription

 Add

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

 AddWithPosition

Creates a Netezza Synonym. PARAMETERS: Name, Owner, ReferencedObjectName, and ReferencedObjectOwner (Strings), HorizontalPosition (Integer), VerticalPosition (Integer).

 Remove

Deletes a Netezza Synonym object as specified by the given name or ID, from the collection. PARAMETERS: Identifier (String or Integer).

Public Properties

MethodDescription

 _Item

Returns a Netezza Synonym object as specified by the given name, GUID, or ID. PARAMETERS: Identifier (String or Integer).

 _NewEnum


 Count

Number of Synonyms in the collection. DATATYPE: Integer.

 Item

Returns a Netezza Synonym object as specified by the given name, GUID, or ID. PARAMETERS: Identifier (String or Integer).

  • No labels