Condividi tramite


Enumerazione ResynchronizeType

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

Spazio dei nomi  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)

Sintassi

'Dichiarazione
Public Enumeration ResynchronizeType
'Utilizzo
Dim instance As ResynchronizeType
public enum ResynchronizeType
public enum class ResynchronizeType
type ResynchronizeType
public enum ResynchronizeType

Membri

Nome membro Descrizione
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.

Osservazioni

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

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Replication