AdamInstance.GetReplicationCursors(String) Methode

Definitie

Retourneert de informatie van de replicatiecursor voor een opgegeven partitie.

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

Een String met de DN-naam van de partitie waarvoor de informatie van de replicatiecursor moet worden opgehaald.

Retouren

Een ReplicationCursorCollection object 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.

De partition parameter is null.

De partition parameter is ongeldig.

Het object is verwijderd.

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

Van toepassing op

Zie ook