Propriété ProgressCount
Gets the current number of items transferred.
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 : System. . :: . .Int64
An Int32 value that specifies the current number of items transferred..
Voir aussi