The ListColumns method returns a SQLObjectList object that enumerates the columns of a Microsoft® SQL Server™ 2000 view.
object.ListColumns( ) as SQLObjectList
object
Expression that evaluates to an object in the Applies To list
HRESULT ListColumns(
LPSQLDMOCOLUMNLIST* ppList);
A SQLObjectList object that contains 1 or more Column objects.