Class ReplicationConfigurationElement
Defines a replication configurarion element in the configuration file.
Inheritance
System.Object
ReplicationConfigurationElement
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data.dll
Version: 9.1.0
Syntax
public sealed class ReplicationConfigurationElement : ConfigurationElement
Properties
ServerGroups
Gets a collection of ReplicationServerGroupConfigurationElement objects representing the server groups.
Declaration
public GenericConfigurationElementCollection<ReplicationServerGroupConfigurationElement> ServerGroups { get; }
Property Value
Type | Description |
---|---|
GenericConfigurationElementCollection<ReplicationServerGroupConfigurationElement> |