Public Methods
Method | Description |
---|---|
Add | Add a new DB2Tablespace object. PARAMETERS: Name as String. |
AddWithPosition | Add a new DB2Tablespace object with the given coordinates. PARAMETERS: Name as String, HorizontalPosition as Integer, VerticalPosition as Integer. |
Remove | Remove a DB2Tablespace specified by the given name or ID. PARAMETERS: Identifier as String or Integer. |
Public Properties
Property | Description |
---|---|
_Item | Returns a DB2Tablespace object specified by the given name, GUID, or ID. PARAMETERS: Identifier as String or Integer. |
_NewEnum | |
Count | Number of DB2Tablespace objects in the collection. DATATYPE: Integer. |
Item | Returns a DB2Tablespace object specified by the given name, GUID, or ID. PARAMETERS: Identifier as String or Integer. |
See Also