Description

Display format of Entities in the submodel. Valid values are: Attributes = 1, Entities = 2, Primary Keys = 3, All Keys = 4, Definition = 5, and Note = 6. DATATYPE: Integer.

Property Type

  • Read-write property

Syntax

Public Property EntityDisplayFormat() As Variant

Remarks

Possible values are:

  • Attributes Level = 1 (Note: Defaults to th elogical attribute order in the logical model and the physical display order in the physical model.
  • Entities Level = 2
  • Primary Keys Level = 3
  • All Keys Level = 4
  • Definition Level = 5
  • Notes = 6
  • Logical Attribute Order = 7
  • Physical Column Order = 8

Example

Dim MySubModel As SubModel

MySubModel.DisplayFormat = 3