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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.