SQLServer.Database.View Object
Returns a list of Column objects that are contained in this view.
ColumnList = View.ListColumns
HRESULT pView->ListColumns ( LPSQLOLECOLUMNLIST* ppColumnList );
Element | Type | Description |
---|
ColumnList | ColumnList | Returned list of Column objects |
The InPrimaryKey property of the Column objects in the list cannot be read.