IsLastBatch 属性

注意:此 API 现已过时。

获取或设置当前批是否是变更的最后的批。

命名空间:  Microsoft.Synchronization.Data
程序集:  Microsoft.Synchronization.Data(在 Microsoft.Synchronization.Data.dll 中)

语法

声明
<ObsoleteAttribute("Use DbApplyingChangesEventArgs.Context.IsLastBatch flag instead.")> _
Public ReadOnly Property IsLastBatch As Boolean
    Get
用法
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 ();
}
[<ObsoleteAttribute("Use DbApplyingChangesEventArgs.Context.IsLastBatch flag instead.")>]
member IsLastBatch : bool
function get IsLastBatch () : boolean

属性值

类型:System. . :: . .Boolean
如果当前批是变更的最后的批,则为 True;否则为 false。

请参阅

参考

DbApplyingChangesEventArgs类

DbApplyingChangesEventArgs 成员

Microsoft.Synchronization.Data 命名空间