Description

Creates and returns a new DB2UDBTablespace, and then adds it to the collection. PARAMETERS: Name and FilePath (String), SystemManaged (Boolean).

Syntax

Public Function Add( _
   ByVal Name As Variant, _
   ByVal FilePath As Variant, _
   ByVal SystemManaged As Variant _
) As DB2UDBTablespace

Parameters

  • Name
  • FilePath
  • SystemManaged


  • No labels