共用方式為


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