ProgressCount 属性

Gets the current number of items transferred.

命名空间:  Microsoft.SqlServer.Management.Common
程序集:  Microsoft.SqlServer.ConnectionInfo(在 Microsoft.SqlServer.ConnectionInfo.dll 中)

语法

声明
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..