TestimoX

API Reference

Enum

ReplicationDataSource

Namespace ADPlayground.Replication
Assembly ADPlayground
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Indicates the data source that produced replication rows.

Inheritance

  • Enum
  • ReplicationDataSource

Values

public const ReplicationDataSource Unknown #

Source could not be determined.

Value: 0
public const ReplicationDataSource Drsr #

Data was collected via DRSR (DsReplicaGetInfo).

Value: 1
public const ReplicationDataSource Sda #

Data was collected via SDA (GetAllReplicationNeighbors).

Value: 2