ResynchronizeType Enumeration

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

Namespace: Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)

Syntax

'Declaration
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.

Hinweise

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

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

Microsoft.SqlServer.Replication Namespace