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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。