Public Methods
Method | Description |
---|---|
Add | Creates and returns a new DB2UDBNode within the given NodeGroup, and then adds it to the collection. PARAMETERS: NodeNumber as Integer. |
Remove | Deletes the Node object with the given ID from the collection. PARAMETERS: NodeNumber as Integer. |
Public Properties
Property | Description |
---|---|
_Item | Returns the DB2UDBNode object with the given ID. PARAMETERS: NodeNumber as Integer. |
_NewEnum | |
Count | Number of DB2 UDB Nodes in the collection (the given NodeGroup). DATATYPE: Integer. |
Item | Returns the DB2UDBNode object with the given ID. PARAMETERS: NodeNumber as Integer. |
See Also