DMListImportSourceColumn Class

Alterian Email Manager 6.2.3 SDK Help File
Describes a source data column for DMSource.Columns[].
Inheritance Hierarchy
SystemObject
  DMLibraryDMListImportSourceColumn

Namespace:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
[SerializableAttribute]
public class DMListImportSourceColumn

The DMListImportSourceColumn type exposes the following members.

Properties
NameDescription
Public propertyCreated
Public propertyModified
Public propertyOffset
Gets the offset.
Public propertySourceId
Gets the source id.
Top
Fields
NameDescription
Public fieldEnabled
Specifies if this column needs to be imported.
Public fieldFieldID
Specifies the ID of the field to import this column into. If Import is false this property is ignored.
Public fieldHeader
Specify column header for this column if column headers are present in the source data. If VerifyHeaders is specified in the source object these must match the header present in the source data.
Public fieldID
Public fieldLength
Applicable only for Fixed Width Format. Specified the length of a column value
Public fieldOrder
1-Based ordinal position of this column in the source data.
Public fieldPrimaryKey
Specifies this column is to be used as the primary key.
Public fieldRequired
When true, this field must be present and valid or the entire record will not be imported.
Top
See Also