Versions Compared

Key

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

Description

Creates and returns a new SQL Server Sequence, and then adds it to the collection. PARAMETERS: Name (String), Owner (String).

Syntax

Code Block
languagevb
Public Function Add( _
   ByVal Name As Variant, _
   ByVal Owner As Variant _
) As SQLServerSequence

Parameters

  • Name
  • Owner


Info
titleSee Also