Поделиться через


ResynchronizeType Enumeration

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

Пространство имен: Microsoft.SqlServer.Replication
Сборка: Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)

Синтаксис

'Декларация
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.

Замечания

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

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

Microsoft.SqlServer.Replication Namespace