语言

TransSynchronizationAgent.IsSnapshotRequired 方法

定义

连接分发器和用户,确定下一次代理同步时是否会应用新的快照。

public:
 virtual bool IsSnapshotRequired();
public virtual bool IsSnapshotRequired();
abstract member IsSnapshotRequired : unit -> bool
override this.IsSnapshotRequired : unit -> bool
Public Overridable Function IsSnapshotRequired () As Boolean

返回

true如果将应用新的快照;否则,。 false

实现

注解

如果 IsSnapshotRequired 返回 true,则应用新的快照;如果返回 false,则不会应用新的快照。

适用于