TransSynchronizationAgent.IsSnapshotRequired Method

Definition

Connects to the Distributor and the Subscriber to determine whether a new snapshot will be applied during the next agent synchronization.

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

Returns

true if a new snapshot will be applied; otherwise, false.

Implements

Remarks

If IsSnapshotRequired returns true, a new snapshot will be applied; and if it returns false, a new snapshot will not be applied.

Applies to