DomainController.GetReplicationCursors(String) Methode

Definitie

Haalt de informatie van de replicatiecursor voor de opgegeven partitie op.

public:
 override System::DirectoryServices::ActiveDirectory::ReplicationCursorCollection ^ GetReplicationCursors(System::String ^ partition);
public override System.DirectoryServices.ActiveDirectory.ReplicationCursorCollection GetReplicationCursors(string partition);
override this.GetReplicationCursors : string -> System.DirectoryServices.ActiveDirectory.ReplicationCursorCollection
Public Overrides Function GetReplicationCursors (partition As String) As ReplicationCursorCollection

Parameters

partition
String

De DN-naam van de partitie waarvoor de informatie van de replicatiecursor moet worden opgehaald.

Retouren

Een ReplicationCursorCollection met de informatie over de replicatiecursor.

Uitzonderingen

Een aanroep van de onderliggende adreslijstservice heeft tot een fout geleid.

De doelserver is bezet of niet beschikbaar.

partition is null.

partition is een lege tekenreeks.

Het huidige object is verwijderd.

Het opgegeven account is niet gemachtigd om deze bewerking uit te voeren.

Van toepassing op

Zie ook