ProgressEventArgs Constructor (Int32, Int32, String)
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, _
message As String _
)
public ProgressEventArgs(
int progress,
int total,
string message
)
public:
ProgressEventArgs(
int progress,
int total,
String^ message
)
new :
progress:int *
total:int *
message:string -> ProgressEventArgs
public function ProgressEventArgs(
progress : int,
total : int,
message : String
)
Parameters
- progress
Type: System.Int32
- total
Type: System.Int32
- message
Type: System.String
.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.