MergeSynchronizationAgent.IsSnapshotRequired Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Connects to the Publisher or 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
A Boolean value that indicates whether a new snapshot will be applied.
Implements
Remarks
If IsSnapshotRequired returns true
, a new snapshot will be applied; and if it returns false
, a new snapshot will not be applied.