The SMS_ReplicationLinkStatus Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents the database link status between the child and parent site for each replication group.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Class SMS_ReplicationLinkStatus : SMS_BaseClass
{
	DateTime ChildLastReceived;
	DateTime ChildLastSent;
	String ChildSite;
	UInt32 DegradedSyncs;
	UInt32 FailedSyncs;
	UInt32 InitializationPercent;
	UInt32 InitializationStatus;
	DateTime ParentLastReceived;
	DateTime ParentLastSent;
	String ParentSite;
	UInt32 RecoveryStatus;
	String ReplicationGroup;
	String ReplicationPattern;
	UInt32 SyncInterval;
};

Methods

The SMS_ReplicationLinkStatus class does not define any methods.

Properties

ChildLastReceived

Data type: DateTimeAccess type: Read-only Qualifiers: [read]The time of last received message for this replication group on the child site.
ChildLastSent

Data type: DateTimeAccess type: Read-only Qualifiers: [read]The time of last message for this replication group sent from the child site.
ChildSite

Data type: StringAccess type: Read-only Qualifiers: [key, read]Site code of the child site.
DegradedSyncs

Data type: UInt32Access type: Read-only Qualifiers: [read]If the link status is degraded, this will show the synchronization intervals from the last synchronization finish time.
FailedSyncs

Data type: UInt32Access type: Read-only Qualifiers: [read]If the link status is status is failed, this will show the synchronization intervals from last synchronization finish time.
InitializationPercent

Data type: UInt32Access type: Read-only Qualifiers: [read]Re-initialization progress for this replication group.
InitializationStatus

Data type: UInt32Access type: Read-only Qualifiers: [read]Re-initialization status.
ParentLastReceived

Data type: DateTimeAccess type: Read-only Qualifiers: [read]Time of the last received message for this replication group on the parent site.
ParentLastSent

Data type: DateTimeAccess type: Read-only Qualifiers: [read]Time of the last message for this replication group sent from the parent site.
ParentSite

Data type: StringAccess type: Read-only Qualifiers: [key, read]Site code of the parent site.
RecoveryStatus

Data type: UInt32Access type: Read-only Qualifiers: [read]Recovery status.
ReplicationGroup

Data type: StringAccess type: Read-only Qualifiers: [key, read]Name of the replication group. See SMS_ReplicationGroup Server WMI Class.
ReplicationPattern

Data type: StringAccess type: Read-only Qualifiers: [read]Replication pattern. See SMS_ReplicationGroup Server WMI Class.
SyncInterval

Data type: UInt32Access type: Read-only Qualifiers: [read]Synchronization interval, in minutes, for the replication group.

Remarks

Requirements

Runtime Requirements

Development Requirements