API Reference
Class
ReplicationSummaryRow
Summary row for replication output.
Inheritance
- Object
- ReplicationSummaryRow
Constructors
public ReplicationSummaryRow() #Inherited Methods
Properties
public String Server { get; set; } #Server name.
public Int32 Fails { get; set; } #Failing edges.
public Int32 Total { get; set; } #Total edges.
public Double PercentageError { get; set; } #Error percentage.
public String LargestDelta { get; set; } #Largest delta string.
public String ReplicationError { get; set; } #Representative replication error.