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
    public int ObjectNumber {get;}

    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.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also