Freigeben über


SubClassType (clsColumn)

ms133433.note(de-de,SQL.90).gifHinweis:
  Dieses Feature wird in der nächsten Version von Microsoft SQL Server entfernt. Verwenden Sie dieses Feature nicht zum Entwickeln neuer Anwendungen, und planen Sie das Ändern von Anwendungen, in denen es zurzeit verwendet wird, zum frühstmöglichen Zeitpunkt ein.

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

clsColumn

Hilfe und Informationen

Informationsquellen für SQL Server 2005