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

Compare with Current View Page History

Version 1 Next »

Public Methods

 Add

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.

 AddWithPosition

METHOD: AddWithPosition, RETURN DATATYPE: NetezzaSynonym, PARAMETERS: (Strings: Name, Owner, ReferencedObjectName, and ReferencedObjectOwner), HorizontalPosition (Integer), VerticalPosition (Integer), DESCRIPTION: Creates a Netezza Synonym.

 Remove

METHOD: Remove, RETURN DATATYPE: None, PARAMETERS: Identifier as String or Integer, DESCRIPTION: Deletes a Netezza Synonym object (specified by the given name or Id) from the collection.

Public Properties

 _Item

METHOD: Item, RETURN DATATYPE: NetezzaSynonym, PARAMETERS: Identifier as String or Integer, DESCRIPTION: Returns a Netezza Synonym object (specified by the given name, GUID, or Id).

 _NewEnum

 

 Count

PROPERTY: Count (Read Only), DATATYPE: Integer, DESCRIPTION: This is the number of Synonyms in the collection.

 Item

METHOD: Item, RETURN DATATYPE: NetezzaSynonym, PARAMETERS: Identifier as String or Integer, DESCRIPTION: Returns a Netezza Synonym object (specified by the given name, GUID, or Id).

See Also

NetezzaSynonyms Overview

  • No labels