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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
CompareStatusEventArgs Overload