Search Results for

    Show / Hide Table of Contents

    Class ReplicationConfigurationElement

    Defines a replication configurarion element in the configuration file.

    Inheritance
    System.Object
    System.Configuration.ConfigurationElement
    ReplicationConfigurationElement
    Namespace: MySql.Data.MySqlClient
    Assembly: MySql.Data.dll
    Version: 9.3.0
    Syntax
    public sealed class ReplicationConfigurationElement : ConfigurationElement

    Properties

    ServerGroups

    Gets a collection of ReplicationServerGroupConfigurationElement objects representing the server groups.

    Declaration
    [ConfigurationProperty("ServerGroups", IsRequired = true)]
    [ConfigurationCollection(typeof(ReplicationServerGroupConfigurationElement), AddItemName = "Group")]
    public GenericConfigurationElementCollection<ReplicationServerGroupConfigurationElement> ServerGroups { get; }
    Property Value
    Type Description
    GenericConfigurationElementCollection<ReplicationServerGroupConfigurationElement>
    In This Article
    Back to top Copyright © 2021, 2025, Oracle and/or its affiliates.