ListIndexedColumns Method (SQL-DMO)

The ListIndexedColumns method returns a SQLObjectList object enumerating the columns participating in a Microsoft® SQL Server™ index.

Applies To

Index Object

Syntax

object.ListIndexedColumns( ) as SQLObjectList

Part Description
object Expression that evaluates to an object in the Applies To list

Returns

A SQLObjectList object containing 1 or more Column objects.

Prototype (C/C++)

HRESULT ListIndexedColumns(
LPSQLDMOCOLUMNLIST* ppList);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.