Delen via


CompareStatusEventArgs Constructor (Int32)

Initializes a new instance of the CompareStatusEventArgs class by using the provided numeric percentage.

Namespace:  Microsoft.Data.Schema.Tools.Compare
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Syntax

'Declaration
Public Sub New ( _
    percentage As Integer _
)
public CompareStatusEventArgs(
    int percentage
)
public:
CompareStatusEventArgs(
    int percentage
)
new : 
        percentage:int -> CompareStatusEventArgs
public function CompareStatusEventArgs(
    percentage : int
)

Parameters

  • percentage
    Type: System.Int32
    An int that indicates the current percentage completed. A value of -1 indicates no percentage is available.

.NET Framework Security

See Also

Reference

CompareStatusEventArgs Class

CompareStatusEventArgs Overload

Microsoft.Data.Schema.Tools.Compare Namespace

CompareStatusEventArgs