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

.NET Framework Security

See Also

Reference

ProgressEventArgs Class

ProgressEventArgs Overload

Microsoft.Data.Schema.Sql Namespace