DBType property

Returns the type of database that the column refers to. Possible returns are: erItemTypeDBPage, erItemTypeDBProcess, or erItemTypeDBProcessStep.

This is useful for determining whether the column's properties are returning values to set on the process or values that are overridden on a step. For column interfaces that represent non-process schemas, this property always returns erItemTypeDBPage.

When working with an IERUDBColumn pointer returned from a GetProcessStepOverrideColumn, the developer can only set those properties that are allowed to be overriden on a step.

Syntax


C++

HRESULT get_DBType(
   ERUIItemType
* pDBType)

Scripting languages

DBType = Column.DBType

 

Home

Applies to

IERUDBColumn