Skip to content

Latest commit

 

History

History
149 lines (100 loc) · 3.49 KB

msad-replcursor.md

File metadata and controls

149 lines (100 loc) · 3.49 KB
title description ms.assetid ms.tgt_platform keywords topic_type api_name api_location api_type ms.topic ms.date
MSAD_ReplCursor class
Provides inbound replication state information about all replicas of a given naming context (NC).
5746cfe9-b113-4be3-b609-15cb937c271b
multiple
MSAD_ReplCursor class Active Directory
MSAD_ReplCursor class Active Directory , described
apiref
MSAD_ReplCursor
MSAD_ReplCursor.NamingContextDN
MSAD_ReplCursor.SourceDsaInvocationID
MSAD_ReplCursor.USNAttributeFilter
MSAD_ReplCursor.SourceDsaDN
MSAD_ReplCursor.TimeOfLastSuccessfulSync
replprov.dll
DllExport
reference
05/31/2018

MSAD_ReplCursor class

Provides inbound replication state information about all replicas of a given naming context (NC).

Syntax

[dynamic, provider("ReplProv1")]
class MSAD_ReplCursor
{
  String   NamingContextDN;
  String   SourceDsaInvocationID;
  uint64   USNAttributeFilter;
  String   SourceDsaDN;
  datetime TimeOfLastSuccessfulSync;
};

Members

The MSAD_ReplCursor class has these types of members:

Properties

The MSAD_ReplCursor class has these properties.

NamingContextDN

Data type: String

Access type: Read-only

Qualifiers: key

Gets the X.500 path for the naming context (NC) that holds this cursor.

SourceDsaDN

Data type: String

Access type: Read-only

Gets the X.500 path for the directory system agent (DSA) that represents the source domain controller (DC).

SourceDsaInvocationID

Data type: String

Access type: Read-only

Qualifiers: key

Gets the invocation identifier of the originating server to which the USNAttributeFilter corresponds.

TimeOfLastSuccessfulSync

Data type: datetime

Access type: Read-only

Gets the timestamp of the last successful replication sync with the source DSA. Indicates the time when this DC last saw changes made on the source DSA for this NC.

USNAttributeFilter

Data type: uint64

Access type: Read-only

Gets the maximum update sequence number to which the destination server can indicate that it has recorded all changes originated by the given server at update sequence numbers less than, or equal to, this update sequence number. This property is used to filter changes that the destination server has already applied at replication source servers.

Requirements

Requirement Value
Minimum supported client
None supported
Minimum supported server
Windows Server 2008
Namespace
Root\MicrosoftActiveDirectory
MOF
Replprov.mof
DLL
Replprov.dll

See also

DS_REPL_CURSOR