IMergeSynchronizationAgent.IsSnapshotRequired Method
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Function IsSnapshotRequired As Boolean
'Usage
Dim instance As IMergeSynchronizationAgent
Dim returnValue As Boolean
returnValue = instance.IsSnapshotRequired()
bool IsSnapshotRequired()
bool IsSnapshotRequired()
abstract IsSnapshotRequired : unit -> bool
function IsSnapshotRequired() : boolean
Return Value
Type: System.Boolean