Public Methods

MethodDescription
AddAdd a new Dimension object. PARAMETERS: Comma-Separated List of Columns as String, Sequence Number as Integer (-1 means append to end).
RemoveRemove a Dimension specified by the given column definition string (comma separated list of columns) or sequence number. PARAMETERS: Identifier as String or Integer.

Public Properties

PropertyDescription
_ItemReturns a DB2UDBDimension object specified by the given Column definition (comma-separated list of columns) or Sequence Number. PARAMETERS: Identifier as String or Integer.
_NewEnum
CountNumber of DB2UDBDimension objects in the collection. DATATYPE: Integer.
ItemReturns a DB2UDBDimension object specified by the given Column definition (comma-separated list of columns) or Sequence Number. PARAMETERS: Identifier as String or Integer.
  • No labels