Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Syntax
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 doesn't define any methods.
Properties
ChildLastReceived
Data type: DateTime
Access type: Read-only
Qualifiers: [read]
The time of last received message for this replication group on the child site.
ChildLastSent
Data type: DateTime
Access type: Read-only
Qualifiers: [read]
The time of last message for this replication group sent from the child site.
ChildSite
Data type: String
Access type: Read-only
Qualifiers: [key, read]
Site code of the child site.
DegradedSyncs
Data type: UInt32
Access 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: UInt32
Access type: Read-only
Qualifiers: [read]
If the link status is failed, this will show the synchronization intervals from last synchronization finish time.
InitializationPercent
Data type: UInt32
Access type: Read-only
Qualifiers: [read]
Reinitialization progress for this replication group.
InitializationStatus
Data type: UInt32
Access type: Read-only
Qualifiers: [read]
Reinitialization status.
ParentLastReceived
Data type: DateTime
Access type: Read-only
Qualifiers: [read]
Time of the last received message for this replication group on the parent site.
ParentLastSent
Data type: DateTime
Access type: Read-only
Qualifiers: [read]
Time of the last message for this replication group sent from the parent site.
ParentSite
Data type: String
Access type: Read-only
Qualifiers: [key, read]
Site code of the parent site.
RecoveryStatus
Data type: UInt32
Access type: Read-only
Qualifiers: [read]
Recovery status.
ReplicationGroup
Data type: String
Access type: Read-only
Qualifiers: [key, read]
Name of the replication group. See SMS_ReplicationGroup Server WMI Class.
ReplicationPattern
Data type: String
Access type: Read-only
Qualifiers: [read]
Replication pattern. See SMS_ReplicationGroup Server WMI Class.
SyncInterval
Data type: UInt32
Access type: Read-only
Qualifiers: [read]
Synchronization interval, in minutes, for the replication group.
Remarks
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.