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