Enumeración ResynchronizeType
SQL Server 2008 R2
Enumerates values that specify the changes to apply when a merge subscription is resynchronized.
Ensamblado: Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)
| Nombre del miembro | Descripción | |
|---|---|---|
| SinceLastSnapshotApplied | Resynchronizes the subscription with all of the changes since the last snapshot was applied. | |
| SinceLastSuccessfulValidation | Resynchronizes the subscription with all of the changes since the last successful validation. | |
| SinceGivenDateTime | Resynchronizes the subscription with all of the changes since a given date and time. |
