ListColumns List

SQLServer.Database.View Object

Description

Returns a list of Column objects that are contained in this view.

Visual Basic

ColumnList = View.ListColumns

C++

HRESULT pView->ListColumns ( LPSQLOLECOLUMNLIST* ppColumnList );

Elements

Element Type Description

ColumnList ColumnList Returned list of Column objects

Remarks

The InPrimaryKey property of the Column objects in the list cannot be read.