dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlDumpProgressEventArgs Class / ObjectNumber Property

In This Topic
ObjectNumber Property
In This Topic
Gets number of current object being dumped.
Syntax
'Declaration
 
Public ReadOnly Property ObjectNumber As Integer
 

Property Value

Number of current object being dumped.
Remarks

You can determine overall progress of Backup operation comparing ObjectNumber and ObjectCount properties. To determine detailed progress for particular table you can use Progress and MaxProgress properties.

This property is not used in events fired by Restore method.

See Also