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 حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.