Columns property

Returns an IERUCollection interface pointer to the collection of Database Columns contained in a Database.

Syntax


C++

HRESULT get_Columns(IERUCollection** ppColumns)

Scripting languages

Set Collection = object.Columns

Remarks


Columns returns a collection of IERUDBColumn interface pointers. Databases of type erItemTypeDBProcess and erItemTypeDBProcessStep contain a "Phase" column that contains the name of the phase that contains the DBRow.  This column is read-only.

Home

Applies to

IERUDatabase


See also

Databases