Share via


ResynchronizeType Enumeration

Enumerates values that specify the changes to apply when a merge subscription is resynchronized.

Espacio de nombres: Microsoft.SqlServer.Replication
Ensamblado: Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)

Sintaxis

'Declaración
Public Enumeration ResynchronizeType
public enum ResynchronizeType
public enum class ResynchronizeType
public enum ResynchronizeType
public enum ResynchronizeType

Members

Member name Description
SinceGivenDateTime Resynchronizes the subscription with all of the changes since a given date and time.
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.

Notas

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

Microsoft.SqlServer.Replication Namespace