The ListIndexedColumns method returns a SQLObjectList object enumerating the columns participating in a Microsoft® SQL Server™ index.
object.ListIndexedColumns( ) as SQLObjectList
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
A SQLObjectList object containing 1 or more Column objects.
HRESULT ListIndexedColumns(
LPSQLDMOCOLUMNLIST* ppList);