DomainController.TriggerSyncReplicaFromNeighbors(String) 方法
定义
开始同步指定的分区。Begins a synchronization of the specified partition.
public:
override void TriggerSyncReplicaFromNeighbors(System::String ^ partition);
public override void TriggerSyncReplicaFromNeighbors (string partition);
override this.TriggerSyncReplicaFromNeighbors : string -> unit
Public Overrides Sub TriggerSyncReplicaFromNeighbors (partition As String)
参数
- partition
- String
要同步的分区的识别名。The distinguished name of the partition to synchronize.
例外
调用基础目录服务导致错误。A call to the underlying directory service resulted in an error.
目标服务器忙或不可用。The target server is either busy or unavailable.
partition 为 null。partition is null.
partition 无效。partition is not valid.
当前对象已被释放。The current object has been disposed.
指定的帐户没有权限执行此操作。The specified account does not have permission to perform this operation.