IPropertyDef Flags Property

Meta Data Services Programming

Meta Data Services Programming

IPropertyDef Flags Property

This property supports a flag that is used to create annotational properties. In this release, the repository engine ignores this flag. By default, a column is created for each property. This flag is preserved for backward compatibility.

In earlier versions, this flag specified whether to create a column for the property. Column creation occurred in the SQL table that provided persistent storage for the interface to which the property was attached. Without a column, instances of the property attached only to individual objects when setting the property value for that particular object.

Dispatch Identifier:   DISPID_ColFlags (54)

Property Data Type:   long

See Also

IPropertyDef Interface