Sdílet prostřednictvím


ProgressEventArgs.Progress – vlastnost

Získá nebo nastaví celé číslo, které představuje velký pokrok.

Obor názvů:  Microsoft.Data.Schema.Sql
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Deklarace
Public Property Progress As Integer
    Get
    Set
public int Progress { get; set; }
public:
property int Progress {
    int get ();
    void set (int value);
}
member Progress : int with get, set
function get Progress () : int
function set Progress (value : int)

Hodnota vlastnosti

Typ: System.Int32

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ProgressEventArgs Třída

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