SyncFromAllServersOptions Enumeration
.NET Framework 3.0
Specifies additional options when performing a synchronization.
Assembly: System.DirectoryServices (in system.directoryservices.dll)
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.DirectoryServices.ActiveDirectoryAssembly: System.DirectoryServices (in system.directoryservices.dll)
| Member name | Description | |
|---|---|---|
| AbortIfServerUnavailable | Aborts the synchronization if any server cannot be contacted or if any server is unreachable. | |
| CheckServerAlivenessOnly | Disables all synchronization. The topology is analyzed and unavailable or unreachable servers are identified. | |
| CrossSite | 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 | No synchronization options. | |
| PushChangeOutward | 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 | 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 | Disables transitive replication. Synchronization is performed only with adjacent servers. |
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: