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