IMergeSynchronizationAgent.IsSnapshotRequired Método
Gets or sets a value that indicates whether a new snapshot will be applied during the next agent synchronization.
Espacio de nombres: Microsoft.SqlServer.Replication
Ensamblado: Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)
Sintaxis
'Declaración
Function IsSnapshotRequired As Boolean
'Uso
Dim instance As IMergeSynchronizationAgent
Dim returnValue As Boolean
returnValue = instance.IsSnapshotRequired()
bool IsSnapshotRequired()
bool IsSnapshotRequired()
abstract IsSnapshotRequired : unit -> bool
function IsSnapshotRequired() : boolean
Valor devuelto
Tipo: System.Boolean
true if a new snapshot will be applied during the next agent synchronization; otherwise, false.