API Reference
Class
ConnectionSummary
Aggregated view of replication connections grouped by a key (Site or Server).
Inheritance
- Object
- ConnectionSummary
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 ConnectionSummary() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Key { get; set; } #Grouping key (e.g., Site name or Destination Server).
public Int32 Total { get; set; } #Total connection objects.
public Int32 Enabled { get; set; } #Enabled connection objects.
public Int32 Disabled { get; set; } #Disabled connection objects.
public Int32 GeneratedByKcc { get; set; } #Connections generated by KCC.
public Int32 UserDefined { get; set; } #User-created connection objects.