Partager via


Propriété DataTransferProgressEventArgs.ProgressCount

Obtient le nombre actuel d'éléments transférés.

Espace de noms :  Microsoft.SqlServer.Management.Common
Assembly :  Microsoft.SqlServer.ConnectionInfo (en Microsoft.SqlServer.ConnectionInfo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ProgressCount As Long 
    Get
'Utilisation
Dim instance As DataTransferProgressEventArgs 
Dim value As Long 

value = instance.ProgressCount
public long ProgressCount { get; }
public:
property long long ProgressCount {
    long long get ();
}
member ProgressCount : int64
function get ProgressCount () : long

Valeur de propriété

Type : Int64
Valeur Int32 qui spécifie le nombre actuel d'éléments transférés.

Voir aussi

Référence

DataTransferProgressEventArgs Classe

Espace de noms Microsoft.SqlServer.Management.Common