Пример #1
0
 internal OLEDBProperties(OLEDBConnectionManager connectionManager)
     : this()
 {
     this.ConnectionManager = connectionManager;
 }
 public OLEDBSourceProperties(OLEDBConnectionManager connectionManager)
     : base(connectionManager)
 {
 }
Пример #3
0
 public OLEDBDestinationProperties(OLEDBConnectionManager connectionManager)
     : this()
 {
     this.ConnectionManager = connectionManager;
 }