| ProgressEventArgsRecCnt Property |
Number of records processed so far by the phase, including all records in current cluster.
In case of Transformation phase, this number refers to records before transformation, and not after (note that transformation may add or delete records).
In Intake phase, header row does not count towards RecCnt.
In Output phase, leader, header and trailer rows do not count towards RecCnt.
Namespace:
Mavidian.DataConveyer.Orchestrators
Assembly:
DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax public int RecCnt { get; }
Public ReadOnly Property RecCnt As Integer
Get
Property Value
Type:
Int32See Also