Click or drag to resize

clsImportUserDefinedField Properties

The clsImportUserDefinedField type exposes the following members.

Properties
  NameDescription
Public propertyClassID
Class ID for finding the correct table, where the field should be created.
[Mandatory Field]
Public propertyComboboxConnectionType
Combobox Connection Type.
Public propertyComboboxDataSource
Combobox Data Source.
Public propertyComboboxDataType
Combobox Data Type.
Public propertyComboboxUDF
Flag to set the user defined field as combobox field.
Public propertyDescription
MARIProject display name/ description
[Mandatory Field]
Public propertyFieldName
Database field name.
[Mandatory Field]. The field name must begin with "USER_"
Public propertyFieldSize
Database field size.
Public propertyFullTextIndexable
Flag for setting the full text search support.
Public propertySearchClass
Seach class ID (Link class ID)
Public propertyType
Field Type (INT, NVARCHAR...) of the field.
Public propertyUserDefinedFieldID
Import User Defined Field ID
Top
See Also