TransSynchronizationAgent.IsSnapshotRequired Método
Connects to the Distributor and the Subscriber to determine 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
Public Overridable Function IsSnapshotRequired As Boolean
'Uso
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
Valor devuelto
Tipo: System.Boolean
true if a new snapshot will be applied; otherwise, false.
Implementa
ITransSynchronizationAgent.IsSnapshotRequired()
Comentarios
If IsSnapshotRequired returns true, a new snapshot will be applied; and if it returns false, a new snapshot will not be applied.