Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Enumerates values that specify the changes to apply when a merge subscription is resynchronized.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (em Microsoft.SqlServer.Rmo.dll)
Sintaxe
'Declaração
Public Enumeration ResynchronizeType
'Uso
Dim instance As ResynchronizeType
public enum ResynchronizeType
public enum class ResynchronizeType
type ResynchronizeType
public enum ResynchronizeType
Membros
| Nome do membro | Descrição | |
|---|---|---|
| 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. |
Comentários
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.