Enum SchemaObjectKind
What kind of schema object a SchemaHistoryR1 row refers to.
public enum SchemaObjectKind
Fields
Archetype = 1The row describes an archetype.
Component = 0The row describes a component schema.
Remarks
A discriminator is required rather than optional: a component and an archetype may legitimately carry the same name, so ComponentName alone cannot identify what changed.