DMSFieldDefinitions

This collection contains DMSFieldDefinition objects.

Properties

The following table lists the properties for this class, along with access and descriptions.

Property

Access

Description

Count

R/O

Long

_NewEnum

R/O

Enumeration object. Implements IEnumVARIANT. (For Windows only.)

ObjType

R/O

Enum( eadObjDMSFieldDefinitions )

System

R/O

System

Methods

DMSFieldDefinition Add( String FieldName, [DataTypeConstants DataType] )

Adds a DMSFieldDefinition with the given FieldName.

DMSFieldDefinition Item( Long Index )

Returns the DMSFieldDefinition object at the specified Index in the collection.

DMSFieldDefinition Item( String Name )

Returns the DMSFieldDefinition with the given Name.

Remarks

None.