Public Methods
Method | Description |
---|---|
Add | Creates and returns a new DB2UDBNodeName within the given BufferPool, and then adds it to the collection. PARAMETERS: Name as String. |
Remove | Deletes the NodeName object with the given ID or name from the collection. |
Public Properties
Property | Description |
---|---|
_Item | Returns the DB2UDBNodeName object with the given ID or Name. PARAMETERS: ID as Integer or Name as String. RETURN DATATYPE: DB2UDBNode. |
_NewEnum | |
Count | Number of DB2UDBNodeNames in the collection or the given BufferPool. DATATYPE: Integer. |
Item | Returns the DB2UDBNodeName object with the given ID or Name. PARAMETERS: ID as Integer or Name as String. RETURN DATATYPE: DB2UDBNode. |
See Also