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

Compare with Current View Page History

« Previous Version 2 Current »

Description

Creates a DB2 OS/390 Alias. PARAMETERS: (Strings: Name, Owner, ReferencedObjectName, and ReferencedObjectOwner), HorizontalPosition (Integer), VerticalPosition (Integer).

Syntax

Public Function AddWithPosition( _
   ByVal Name As Variant, _
   ByVal Owner As Variant, _
   ByVal ReferencedObjectName As Variant, _
   ByVal ReferencedObjectOwner As Variant, _
   ByVal HorizontalPosition As Variant, _
   ByVal VerticalPosition As Variant _
) As DB2OS390Alias

Parameters

  • Name
  • Owner
  • ReferencedObjectName
  • ReferencedObjectOwner
  • HorizontalPosition
  • VerticalPosition

See Also

  • No labels