ProgressEventArgs – konstruktor (Int32, Int32, String)
Inicializuje novou instanci ProgressEventArgs Třída
Obor názvů: Microsoft.Data.Schema.Sql
Sestavení: Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)
Syntaxe
'Deklarace
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
)
Parametry
- progress
Typ: System.Int32
- total
Typ: System.Int32
- message
Typ: System.String
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.