| 
 
  | |||||||
ShowInSummary propertySets or returns whether the Database Column should appear in the database summary. SyntaxC++HRESULT get_ShowInSummary(VARIANT_BOOL* pShowInSummary) HRESULT put_ShowInSummary(VARIANT_BOOL showInSummary) Scripting languagesBoolean = object.ShowInSummary object.ShowInSummary = Boolean Legal values
 RemarksYou 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  |