ListIndexedColumns Method
Cette fonctionnalité sera supprimée dans une prochaine version de Microsoft SQL Server. Évitez d'utiliser cette fonctionnalité dans de nouveaux travaux de développement et prévoyez de modifier les applications qui utilisent actuellement cette fonctionnalité.
The ListIndexedColumns method returns a SQLObjectList object that enumerates the columns participating in a Microsoft SQL Server index.
Syntaxe
object.ListIndexedColumns()asSQLObjectList
Parts
- object
Expression that evaluates to an object in the Applies To list.
Prototype (C/C++)
HRESULT ListIndexedColumns(
LPSQLDMOCOLUMNLIST* ppList);
Returns
A SQLObjectList object that contains 1 or more Column objects.
Notes
Use ListIndexedColumns to retrieve a list of columns participating in an index.