Columns Collection

Analysis Services Programming

Analysis Services Programming

Columns Collection

The Columns collection contains the column objects that are the foundation of a data mining model's structure.

The following object contains a Columns collection:

  • clsMiningModel
Remarks

In order to support nested tables, each column object in the collection also contains its own Columns collection. This collection is contained by the mining model object (that is, objects whose ClassType property is clsMiningModel). In addition to the Columns collection, the mining model object also contains other parameters that help to define a model's function.

For more information about nested columns, see Data Mining Columns.

See Also

clsMiningModel

clsColumn