FieldType: CubeMetaLoaderFieldType;
The FieldType property determines a field type in a data source.
For correct work it is necessary to specify some properties depending on the FieldType value:
Index. Specify field number in the ICubeMetaLoaderBinding.Field property.
Name. Specify field name in the ICubeMetaLoaderBinding.Field property.
ConstValue. Specify constant value in the ICubeMetaLoaderBinding.FieldValue property. If binding is executed for the Units attribute, specify the identifier of this attribute in the ICubeMetaLoaderBinding.Attribute property.
The property use is given in the example for ICubeMetaLoaderBinding.CalendarDateFormatEx.
See also: