API Reference
Class
ReplicationSummaryRow
Summary row for replication output.
Inheritance
- Object
- ReplicationSummaryRow
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public ReplicationSummaryRow() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.