SubClassType (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 SubClassType property of an object of ClassType clsColumn returns an enumeration constant identifying the specific subclass type.

Data Type

SubClassTypes

Access

Read-only

Hinweise

Objects of ClassType clsColumn can have a SubClassType property value of sbclsRegular or sbclsNested. A column has a SubClassType value of sbclsRegular if it is an individual column. If a column contains a nested table, it has a SubClassType value of sbclsNested.

Siehe auch

Verweis