DirectoryServer.SyncReplicaFromServer(String, String) 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 the specified directory server.
public:
abstract void SyncReplicaFromServer(System::String ^ partition, System::String ^ sourceServer);
public abstract void SyncReplicaFromServer (string partition, string sourceServer);
abstract member SyncReplicaFromServer : string * string -> unit
Public MustOverride Sub SyncReplicaFromServer (partition As String, sourceServer As String)
Parameters
- partition
- String
The distinguished name of the partition to synchronize.
- sourceServer
- String
The name of the server to synchronize the partition with.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.