DirectoryServer.SyncReplicaFromAllServers Method
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.
Causes this directory server to synchronize the specified partition with all other directory servers in the same site that hosts the partition.
public:
abstract void SyncReplicaFromAllServers(System::String ^ partition, System::DirectoryServices::ActiveDirectory::SyncFromAllServersOptions options);
public abstract void SyncReplicaFromAllServers (string partition, System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions options);
abstract member SyncReplicaFromAllServers : string * System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions -> unit
Public MustOverride Sub SyncReplicaFromAllServers (partition As String, options As SyncFromAllServersOptions)
Parameters
- partition
- String
The distinguished name of the partition to synchronize.
- options
- SyncFromAllServersOptions
A combination of one or more of the SyncFromAllServersOptions members.
Applies to
See also
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.