CompareStatusEventArgs 构造函数 (Int32)

使用提供的数字百分比初始化 CompareStatusEventArgs 类的一个新实例。

命名空间:  Microsoft.Data.Schema.Tools.Compare
程序集:  Microsoft.Data.Schema.Tools(在 Microsoft.Data.Schema.Tools.dll 中)

语法

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

参数

  • percentage
    类型:System.Int32
    一个 int,指示当前已完成的百分比。值为 -1 指示不提供百分比。

.NET Framework 安全性

请参见

参考

CompareStatusEventArgs 类

CompareStatusEventArgs 重载

Microsoft.Data.Schema.Tools.Compare 命名空间

CompareStatusEventArgs