|
| MySQL Connector/Net |
| ReplicationServerGroupConfigurationElement..::..Servers Property |
| ReplicationServerGroupConfigurationElement Class See Also Send Feedback |
|
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.8.4.0
Syntax
| C# |
|---|
public GenericConfigurationElementCollection<ReplicationServerConfigurationElement> Servers { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Servers As GenericConfigurationElementCollection(Of ReplicationServerConfigurationElement) Get |
| Visual C++ |
|---|
public: property GenericConfigurationElementCollection<ReplicationServerConfigurationElement^>^ Servers { GenericConfigurationElementCollection<ReplicationServerConfigurationElement^>^ get (); } |