ShowInSummary property

Sets or returns whether the Database Column should appear in the database summary.

Syntax


C++

HRESULT get_ShowInSummary(VARIANT_BOOL* pShowInSummary)

HRESULT put_ShowInSummary(VARIANT_BOOL showInSummary)

Scripting languages

Boolean = object.ShowInSummary

object.ShowInSummary = Boolean

Legal values


Value

Description

TRUE

The column appears on the database summary page.

FALSE

The column does not appear on the database summary page.

Remarks


You can't set ShowInSummary for Database Columns whose DataType property is set to erColumnTypeComments, erColumnTypeHistory, or erColumnTypeAttachments. If you do, ShowInSummary returns the error EROOM_E_INVALIDOPERATION.

Home

Applies to

IERUDBColumn


See also

Databases