The ListColumns method returns a SQLObjectList object enumerating the columns of a Microsoft® SQL Server™ view.
object.ListColumns( ) 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 ListColumns(
LPSQLDMOCOLUMNLIST* ppList);