Versions Compared

Key

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

Description

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

Syntax

Code Block
languagevb
Public Function Add( _
   ByVal Name As Variant, _
   ByVal Owner As Variant, _
   ByVal ReferencedObjectName As Variant, _
   ByVal ReferencedObjectOwner As Variant _
) As DB2UDBAlias

Parameters

  • Name
  • Owner
  • ReferencedObjectName
  • ReferencedObjectOwner


Info
titleSee Also