The number of rows that have been imported since the last call to Import.

C# | Visual Basic | Visual C++ |
public override int ItemsImported { get; }
Public Overrides ReadOnly Property ItemsImported As Integer
public: virtual property int ItemsImported { int get () override; }

Access this property from a different thread to track import progress.