ReplicationCursor Class

Definition

The ReplicationCursor class represents a replication operation occurrence.

public ref class ReplicationCursor
public class ReplicationCursor
type ReplicationCursor = class
Public Class ReplicationCursor
Inheritance
ReplicationCursor

Properties

LastSuccessfulSyncTime

Gets the time of the last successful replication synchronization with the replication source server.

PartitionName

Gets the name of the partition to which this replication operation was applied.

SourceInvocationId

Gets the invocation identifier of the replication source server.

SourceServer

Gets the name of the replication source server.

UpToDatenessUsn

Gets the maximum update sequence number (USN) for which the destination server has accepted changes from the source server.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to