CompareStatusEventArgs 构造函数 (String, Int32)

使用提供的消息及已完成百分比初始化 CompareStatusEventArgs 类的一个新实例。

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

语法

声明
Public Sub New ( _
    message As String, _
    percentage As Integer _
)
public CompareStatusEventArgs(
    string message,
    int percentage
)
public:
CompareStatusEventArgs(
    String^ message, 
    int percentage
)
new : 
        message:string * 
        percentage:int -> CompareStatusEventArgs
public function CompareStatusEventArgs(
    message : String, 
    percentage : int
)

参数

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

.NET Framework 安全性

请参见

参考

CompareStatusEventArgs 类

CompareStatusEventArgs 重载

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

CompareStatusEventArgs