共用方式為


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.

請參閱

參考

Microsoft.SqlServer.Replication 命名空間