ITransSynchronizationAgent.IsSnapshotRequired Method

Specifies 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
Function IsSnapshotRequired As Boolean
'Usage
Dim instance As ITransSynchronizationAgent 
Dim returnValue As Boolean 

returnValue = instance.IsSnapshotRequired()
bool IsSnapshotRequired()
bool IsSnapshotRequired()
abstract IsSnapshotRequired : unit -> bool
function IsSnapshotRequired() : boolean

Return Value

Type: Boolean
True if a new snapshot will be applied during the next agent synchronization; otherwise, false.

See Also

Reference

ITransSynchronizationAgent Interface

Microsoft.SqlServer.Replication Namespace