MySQL Connector/Net
ReplicationServer Constructor |
Namespace: MySql.Data.MySqlClient.Replication
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9

public ReplicationServer( string name, bool isMaster, string connectionString )
Public Sub New ( name As String, isMaster As Boolean, connectionString As String )
public: ReplicationServer( String^ name, bool isMaster, String^ connectionString )
new : name : string * isMaster : bool * connectionString : string -> ReplicationServer
Parameters
- name
- Type: SystemString
- isMaster
- Type: SystemBoolean
- connectionString
- Type: SystemString
