Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Connects to the Distributor and the Subscriber to determine whether a new snapshot will be applied during the next agent synchronization.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Public Overridable Function IsSnapshotRequired As Boolean
'Usage
Dim instance As TransSynchronizationAgent
Dim returnValue As Boolean
returnValue = instance.IsSnapshotRequired()
public virtual bool IsSnapshotRequired()
public:
virtual bool IsSnapshotRequired()
abstract IsSnapshotRequired : unit -> bool
override IsSnapshotRequired : unit -> bool
public function IsSnapshotRequired() : boolean
Return Value
Type: System.Boolean
true if a new snapshot will be applied; otherwise, false.
Implements
ITransSynchronizationAgent.IsSnapshotRequired()
Remarks
If IsSnapshotRequired returns true, a new snapshot will be applied; and if it returns false, a new snapshot will not be applied.