Share via


Parent (clsColumn)

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 Parent property of a clsColumn returns a reference to the parent of the column.

Data Type

Object

Access

Read-only

Remarks

If a column belongs to another column's nested table, the Parent property returns a reference to a clsColumn object. For a column that is used to define a mining model, the Parent property returns a reference to a clsMiningModel object.

See Also

Reference