Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the current number of items transferred.
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)
Syntax
'Declaration
Public ReadOnly Property ProgressCount As Long
Get
'Usage
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
Property Value
Type: System.Int64
An Int32 value that specifies the current number of items transferred..