共用方式為


DbBatchAppliedEventArgs.CurrentBatchNumber 屬性

取得提供者最近套用的批次號碼。

命名空間: Microsoft.Synchronization.Data
組件: Microsoft.Synchronization.Data (在 microsoft.synchronization.data.dll)

語法

'宣告
Public ReadOnly Property CurrentBatchNumber As Integer
'用途
Dim instance As DbBatchAppliedEventArgs
Dim value As Integer

value = instance.CurrentBatchNumber
public int CurrentBatchNumber { get; }
public:
property int CurrentBatchNumber {
    int get ();
}
/** @property */
public int get_CurrentBatchNumber ()
public function get CurrentBatchNumber () : int

屬性值

提供者最近套用的批次號碼。

請參閱

參考

DbBatchAppliedEventArgs 類別
DbBatchAppliedEventArgs 成員
Microsoft.Synchronization.Data 命名空間