Public Methods
Method | Description |
---|---|
Add | Creates 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. |
Remove | Deletes the ContainerSMS object with the given ID or FileName from the collection. PARAMETERS: FileName as String or ID as Integer. |
Public Properties
Property | Description |
---|---|
_Item | Returns the DB2UDBContainerDMS object with the given ID or Name. PARAMETERS: ID as Integer or FileName as String. |
_NewEnum | |
Count | Number of DB2UDBContainerDMSs in the collection (the given Tablespace). DATATYPE: Integer. |
Item | Returns the DB2UDBContainerDMS object with the given ID or Name. PARAMETERS: ID as Integer or FileName as String. |
See Also