Condividi tramite


Metodo IMergeSynchronizationAgent.IsSnapshotRequired

Gets or sets a value that indicates whether a new snapshot will be applied during the next agent synchronization.

Spazio dei nomi  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)

Sintassi

'Dichiarazione
Function IsSnapshotRequired As Boolean
'Utilizzo
Dim instance As IMergeSynchronizationAgent 
Dim returnValue As Boolean 

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

Valore restituito

Tipo: System.Boolean
true if a new snapshot will be applied during the next agent synchronization; otherwise, false.

Vedere anche

Riferimento

IMergeSynchronizationAgent Interfaccia

Spazio dei nomi Microsoft.SqlServer.Replication