The SMS_ReplicationGroup Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that contains replication group data.

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

Class SMS_ReplicationGroup : SMS_BaseClass
{
	UInt32 ID;
	Boolean IsPush;
	String ReplicationGroup;
	String ReplicationPattern;
	UInt16 ReplicationPriority;
	String SecurityKey;
	UInt32 Status;
	UInt32 SyncInterval;
	String TransportType;
};

Methods

The following table lists the methods in the SMS_ReplicationGroup class.

Method Description

InitializeData Method in Class SMS_ReplicationGroup

Reinitializes the data in a specific replication group between two specified sites.

Properties

ID

Data type: UInt32Access type: Read-only Qualifiers: [key]Unique identifier for the replication group.
IsPush

Data type: BooleanAccess type: Read-onlyQualifiers: nonetrue if this is site data. false if this is global data.
ReplicationGroup

Data type: StringAccess type: Read-onlyQualifiers: noneName of the replication group used in the data replication service. Each replication group contains a set of tables to be replicated together.
ReplicationPattern

Data type: StringAccess type: Read-onlyQualifiers: noneReplication pattern. Possible values are:

Global

The data is replicated across all primary sites and CAS in the hierarchy.

Site

The data is replicated up to the CAS in the hierarchy.

Global_proxy

The data is replicated to secondary sites in the hierarchy.

ReplicationPriority

Data type: UInt16Access type: Read-onlyQualifiers: nonePriority of data replication using data replication service.
SecurityKey

Data type: StringAccess type: Read-onlyQualifiers: noneSecurity key value for RBAC to verify that the SDK user has permission to read the instance of SMS_ReplicationGroup.
Status

Data type: UInt32Access type: Read-onlyQualifiers: noneThe current status of replicating data for tables in the replication group.
SyncInterval

Data type: UInt32Access type: Read-onlyQualifiers: noneHow often the data replication service checks to see if there are any changes in the tables within the replication group to be replicated.
TransportType

Data type: StringAccess type: Read-onlyQualifiers: noneType of transportation supported by data replication service.

Remarks

Requirements

Runtime Requirements

Development Requirements

See Also