SMS_ReplicationLinkStatus Server WMI Class

 

Updated: November 1, 2013

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager

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;
};

The SMS_ReplicationLinkStatus class does not define any methods.

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 status is failed, this will show the synchronization intervals from last synchronization finish time.

InitializationPercent

Data type: UInt32

Access type: Read-only

Qualifiers: [read]

Re-initialization progress for this replication group.

InitializationStatus

Data type: UInt32

Access type: Read-only

Qualifiers: [read]

Re-initialization 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.

Show: