ProgressEventArgs 构造函数 (Int32, Int32)

初始化 ProgressEventArgs 类的新实例。

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

语法

声明
Public Sub New ( _
    progress As Integer, _
    total As Integer _
)
public ProgressEventArgs(
    int progress,
    int total
)
public:
ProgressEventArgs(
    int progress, 
    int total
)
new : 
        progress:int * 
        total:int -> ProgressEventArgs
public function ProgressEventArgs(
    progress : int, 
    total : int
)

参数

.NET Framework 安全性

请参见

参考

ProgressEventArgs 类

ProgressEventArgs 重载

Microsoft.Data.Schema.Sql 命名空间