Versions Compared

Key

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

...

Creates and returns a new SQL Server Sequence , and then adds it to the collectionwith the given coordinates. PARAMETERS: Name (String), Owner (String), HorizontalPosition (Integer), VerticalPosition (Integer).

Syntax

Code Block
languagevb
Public Function AddAddWithPosition( _
   ByVal Name As Variant, _
   ByVal Owner As Variant, _
   ByVal HorizontalPosition As Variant, _
   ByVal VericalPosition As Variant _
) As SQLServerSequence

Parameters

  • Name
  • Owner
  • HorizontalPosition
  • VerticalPosition


Info
titleSee Also