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

In This Topic
    ObjectCount Property
    In This Topic
    Gets how many objects MySqlDump has to backup.
    Syntax
    'Declaration
     
    Public ReadOnly Property ObjectCount As Integer
    public int ObjectCount {get;}

    Property Value

    Number of objects to backup.
    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