SMS_ReplicationGroup Server WMI Class
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.
Syntax
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: UInt32
Access type: Read-only
Qualifiers: [key]
Unique identifier for the replication group.
IsPush
Data type: Boolean
Access type: Read-only
Qualifiers: none
true
if this is site data. false
if this is global data.
ReplicationGroup
Data type: String
Access type: Read-only
Qualifiers: none
Name 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: String
Access type: Read-only
Qualifiers: none
Replication pattern. Possible values are:
Value | Replication pattern |
---|---|
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: UInt16
Access type: Read-only
Qualifiers: none
Priority of data replication using data replication service.
SecurityKey
Data type: String
Access type: Read-only
Qualifiers: none
Security key value for RBAC to verify that the SDK user has permission to read the instance of SMS_ReplicationGroup
.
Status
Data type: UInt32
Access type: Read-only
Qualifiers: none
The current status of replicating data for tables in the replication group.
SyncInterval
Data type: UInt32
Access type: Read-only
Qualifiers: none
How 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: String
Access type: Read-only
Qualifiers: none
Type of transportation supported by data replication service.
Remarks
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.