SyncFromAllServersOptions Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | No synchronization options. |
AbortIfServerUnavailable | 1 | Aborts the synchronization if any server cannot be contacted or if any server is unreachable. |
SyncAdjacentServerOnly | 2 | Disables transitive replication. Synchronization is performed only with adjacent servers. |
CheckServerAlivenessOnly | 8 | Disables all synchronization. The topology is analyzed and unavailable or unreachable servers are identified. |
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. |
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. |
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. |