ResynchronizeType 枚举

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

命名空间:  Microsoft.SqlServer.Replication
程序集:  Microsoft.SqlServer.Rmo(在 Microsoft.SqlServer.Rmo.dll 中)

语法

声明
Public Enumeration ResynchronizeType
用法
Dim instance As ResynchronizeType
public enum ResynchronizeType
public enum class ResynchronizeType
type ResynchronizeType
public enum ResynchronizeType

成员

成员名称 说明
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.

注释

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