DirectoryServer.SyncReplicaFromServer(String, String) 方法

定义

使得此目录服务器将指定的分区与指定的目录服务器同步。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)

参数

partition
String

要同步的分区的识别名。The distinguished name of the partition to synchronize.

sourceServer
String

服务器的名称,要将分区与该服务器同步。The name of the server to synchronize the partition with.

适用于