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.2.0
Syntax
public sealed class ReplicationConfigurationElement : ConfigurationElement
Properties
ServerGroups
Gets a collection of Replication
Declaration
public GenericConfigurationElementCollection<ReplicationServerGroupConfigurationElement> ServerGroups { get; }