Public Methods
Method | Description |
---|---|
Add | Creates and returns a new DB2UDBContainerSMS within the given Tablespace and adds it to the collection. PARAMETERS: FileName as String. |
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 DB2UDBContainerSMS object with the given ID or Name. PARAMETERS: ID as Integer or FileName as String. |
_NewEnum | |
Count | Number of DB2UDBContainerSMSs in the collection (the given Tablespace). DATATYPE: Integer. |
Item | Returns the DB2UDBContainerSMS object with the given ID or Name. PARAMETERS: ID as Integer or FileName as String. |
See Also