SyncFromAllServersOptions Enumeração
Definição
Especifica opções adicionais ao executar uma sincronização.Specifies additional options when performing a synchronization.
Esta enumeração tem um atributo FlagsAttribute que permite uma combinação bit a bit dos valores membros dela.
public enum class SyncFromAllServersOptions
[System.Flags]
public enum SyncFromAllServersOptions
[<System.Flags>]
type SyncFromAllServersOptions =
Public Enum SyncFromAllServersOptions
- Herança
- Atributos
Campos
| AbortIfServerUnavailable | 1 | Anulará a sincronização se nenhum servidor não puder ser contatado ou se nenhum servidor estiver inacessível.Aborts the synchronization if any server cannot be contacted or if any server is unreachable. |
| CheckServerAlivenessOnly | 8 | Desabilita toda a sincronização.Disables all synchronization. A topologia é analisada e está indisponível ou os servidores inacessíveis estão identificados.The topology is analyzed and unavailable or unreachable servers are identified. |
| CrossSite | 64 | Sincroniza além dos limites do site.Synchronizes across site boundaries. Por padrão, este método tenta sincronizar-se apenas com controladores de domínio no mesmo site que o sistema base.By default, this method attempts to synchronize only with domain controllers in the same site as the home system. Defina este sinalizador para tentar sincronizar-se com todos os controladores de domínio na floresta da empresa.Set this flag to attempt to synchronize with all domain controllers in the enterprise forest. No entanto, os controladores de domínio podem ser sincronizados somente se conectado por um transporte síncrono (RPC).However, the domain controllers can be synchronized only if connected by a synchronous (RPC) transport. |
| None | 0 | Nenhuma opção de sincronização.No synchronization options. |
| PushChangeOutward | 32 | Efetua push das alterações do servidor de início para todos os parceiros usando a replicação transitiva.Pushes changes from the home server out to all partners using transitive replication. Isso inverte a direção da replicação e a ordem de execução dos conjuntos de replicação do modo habitual de execução.This reverses the direction of replication and the order of execution of the replication sets from the usual mode of execution. |
| SkipInitialCheck | 16 | Pressupõe que todos os servidores estão respondendo.Assumes that all servers are responding. Isso acelerará a operação desse método, mas, se alguns servidores não estiverem respondendo, algumas replicações transitivas poderão ser bloqueadas.This will speed up the operation of this method, but if some servers are not responding, some transitive replications might be blocked. |
| SyncAdjacentServerOnly | 2 | Desabilita a replicação transitiva.Disables transitive replication. A sincronização é executada apenas com servidores adjacentes.Synchronization is performed only with adjacent servers. |