Columns Collection (DSO)

Note

  This feature will be removed in the next version of Microsoft SQL Server. Do not use this feature in new development work, and modify applications that currently use this feature as soon as possible.

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

Reference