Sdílet prostřednictvím


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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ProgressEventArgs Třída

ProgressEventArgs – přetížení

Microsoft.Data.Schema.Sql – obor názvů