Versions Compared

Key

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

Description

Creates and returns a new Tablespace with one datafile, and then adds it to the collection. PARAMETERS: Name (String) and FileName (String).

Syntax

Code Block
languagevb
Public Function Add( _
   ByVal Name As Variant, _
   ByVal FileName As Variant _
) As OracleTablespace

Parameters

  • Name
  • FileName


Info
titleSee Also