Parent (clsColumn)

HinweisHinweis

  Diese Funktion wird in der nächsten Version von Microsoft SQL Server entfernt. Verwenden Sie diese Funktion beim Entwickeln neuer Anwendungen nicht, und planen Sie so bald wie möglich das Ändern von Anwendungen, in denen es zurzeit verwendet wird.

The Parent property of a clsColumn returns a reference to the parent of the column.

Data Type

Object

Access

Read-only

Hinweise

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.

Siehe auch

Verweis