Public Methods

MethodDescription
AddCreates and returns a new DB2UDBNodeName within the given BufferPool, and then adds it to the collection. PARAMETERS: Name as String.
RemoveDeletes the NodeName object with the given ID or name from the collection.

Public Properties

PropertyDescription
_ItemReturns the DB2UDBNodeName object with the given ID or Name. PARAMETERS: ID as Integer or Name as String. RETURN DATATYPE: DB2UDBNode.
_NewEnum
CountNumber of DB2UDBNodeNames in the collection or the given BufferPool. DATATYPE: Integer.
ItemReturns the DB2UDBNodeName object with the given ID or Name. PARAMETERS: ID as Integer or Name as String. RETURN DATATYPE: DB2UDBNode.
  • No labels