Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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..