次の方法で共有


DataTransferProgressEventArgs.ProgressCount プロパティ

現在の転送済み項目数を取得します。

名前空間:  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
現在の転送済み項目数を示す Int32 値です。

関連項目

参照

DataTransferProgressEventArgs クラス

Microsoft.SqlServer.Management.Common 名前空間