Public Methods

MethodDescription
AddCreates a new DB2UDBContainerDMS within the collection (Tablespace), and then returns it. Type is either FILE or DEVICE. PARAMETERS: FileName and Type as String, Size as Integer.
RemoveDeletes the ContainerSMS object with the given ID or FileName from the collection. PARAMETERS: FileName as String or ID as Integer.

Public Properties

PropertyDescription
_ItemReturns the DB2UDBContainerDMS object with the given ID or Name. PARAMETERS: ID as Integer or FileName as String.
_NewEnum
CountNumber of DB2UDBContainerDMSs in the collection (the given Tablespace). DATATYPE: Integer.
ItemReturns the DB2UDBContainerDMS object with the given ID or Name. PARAMETERS: ID as Integer or FileName as String.
  • No labels