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