IPropertyDef2 Interface

Meta Data Services Programming

Meta Data Services Programming

IPropertyDef2 Interface

The IPropertyDef2 interface is derived from IRepositoryDispatch, which inherits from IDispatch, and is implemented by the PropertyDef class.

IPropertyDef2 supports the definition of enumerated properties. When you create an enumerated object, you can associate it with a PropertyDef object through the IPropertyDef2 interface.

When to Use

The IPropertyDef2 interface contains an optional relationship to a single EnumerationDef object.

There are no methods or properties associated with this interface. For more information, see IRepositoryDispatch.

Properties
Property Description
SQLBlobSize The SQL binary large object (BLOB) size of the property
Collections
IPropertyDef2 collection Description
EnumerationDef The collection of enumerated objects that are associated with a property definition object