| |
Columns propertyReturns an IERUCollection interface pointer to the collection of Database Columns contained in a Database. SyntaxC++HRESULT get_Columns(IERUCollection** ppColumns) Scripting languagesSet Collection = object.Columns RemarksColumns 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 |