ProgressEventArgs Constructor (Int32, Int32)
Initializes a new instance of the ProgressEventArgs class.
Namespace: Microsoft.Data.Schema.Sql
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
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
)
Parameters
- progress
Type: System.Int32
- total
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.