Share via


ResynchronizeType Enumeration

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

Espace de noms: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)

Syntaxe

'Déclaration
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.

Notes

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

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

Microsoft.SqlServer.Replication Namespace