SyncFromAllServersOptions Enum

Definition

Specifies additional options when performing a synchronization.

This enumeration supports a bitwise combination of its member values.

public enum class SyncFromAllServersOptions
[System.Flags]
public enum SyncFromAllServersOptions
[<System.Flags>]
type SyncFromAllServersOptions = 
Public Enum SyncFromAllServersOptions
Inheritance
SyncFromAllServersOptions
Attributes

Fields

AbortIfServerUnavailable 1

Aborts the synchronization if any server cannot be contacted or if any server is unreachable.

CheckServerAlivenessOnly 8

Disables all synchronization. The topology is analyzed and unavailable or unreachable servers are identified.

CrossSite 64

Synchronizes across site boundaries. By default, this method attempts to synchronize only with domain controllers in the same site as the home system. Set this flag to attempt to synchronize with all domain controllers in the enterprise forest. However, the domain controllers can be synchronized only if connected by a synchronous (RPC) transport.

None 0

No synchronization options.

PushChangeOutward 32

Pushes changes from the home server out to all partners using transitive replication. This reverses the direction of replication and the order of execution of the replication sets from the usual mode of execution.

SkipInitialCheck 16

Assumes that all servers are responding. This will speed up the operation of this method, but if some servers are not responding, some transitive replications might be blocked.

SyncAdjacentServerOnly 2

Disables transitive replication. Synchronization is performed only with adjacent servers.

Applies to

See also