Condividi tramite


Proprietà DataTransferProgressEventArgs.ProgressCount

Gets the current number of items transferred.

Spazio dei nomi  Microsoft.SqlServer.Management.Common
Assembly:  Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ProgressCount As Long 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Int64
An Int32 value that specifies the current number of items transferred..

Vedere anche

Riferimento

DataTransferProgressEventArgs Classe

Spazio dei nomi Microsoft.SqlServer.Management.Common