다음을 통해 공유


ProgressCount 속성

Gets the current number of items transferred.

네임스페이스:  Microsoft.SqlServer.Management.Common
어셈블리:  Microsoft.SqlServer.ConnectionInfo.dll의 Microsoft.SqlServer.ConnectionInfo

구문

‘선언
Public ReadOnly Property ProgressCount As Long
    Get
‘사용 방법
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

속성 값

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