Public Methods

MethodDescription
AddCreates and returns a new Datafile within the given Tablespace, and then adds it to the collection. PARAMETERS: Name (String). RETURN DATATYPE: Datafile .
RemoveDeletes from the collection a Tablespace object as specified by the given name. PARAMETERS: Name (String).

Public Properties

PropertyDescription
_ItemReturns a Datafile object as specified by the given name. PARAMETERS: Name (String). RETURN DATATYPE: Datafile.
_NewEnum
CountNumber of Datafiles in the collection in the given tablespace. DATATYPE: Integer.
ItemReturns a Tablespace object as specified by the given name. PARAMETERS: Name (String). RETURN DATATYPE: Tablespace.
  • No labels