共用方式為


DbApplyingChangesEventArgs.IsLastBatch 屬性

注意:此屬性現在已過時。

取得或設定目前批次是否為最後一個變更批次。

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

語法

'宣告
<ObsoleteAttribute("Use DbApplyingChangesEventArgs.Context.IsLastBatch flag instead.")> _
Public ReadOnly Property IsLastBatch As Boolean
'用途
Dim instance As DbApplyingChangesEventArgs
Dim value As Boolean

value = instance.IsLastBatch
[ObsoleteAttribute("Use DbApplyingChangesEventArgs.Context.IsLastBatch flag instead.")] 
public bool IsLastBatch { get; }
[ObsoleteAttribute(L"Use DbApplyingChangesEventArgs.Context.IsLastBatch flag instead.")] 
public:
property bool IsLastBatch {
    bool get ();
}
/** @property */
public boolean get_IsLastBatch ()
public function get IsLastBatch () : boolean

屬性值

如果目前批次是最後一個變更批次,則為 True,否則為 false

請參閱

參考

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