Compartir a través de


DataTransferProgressEventArgs.ProgressCount Propiedad

Gets the current number of items transferred.

Espacio de nombres:  Microsoft.SqlServer.Management.Common
Ensamblado:  Microsoft.SqlServer.ConnectionInfo (en Microsoft.SqlServer.ConnectionInfo.dll)

Sintaxis

'Declaración
Public ReadOnly Property ProgressCount As Long 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

DataTransferProgressEventArgs Clase

Espacio de nombres Microsoft.SqlServer.Management.Common