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

Compare with Current View Page History

Version 1 Current »

Description

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

Syntax

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

Parameters

  • Name
  • Owner


  • No labels