internal OLEDBProperties(OLEDBConnectionManager connectionManager)
     : this()
 {
     this.ConnectionManager = connectionManager;
 }
 public OLEDBSourceProperties(OLEDBConnectionManager connectionManager)
     : base(connectionManager)
 {
 }
示例#3
0
 public OLEDBDestinationProperties(OLEDBConnectionManager connectionManager)
     : this()
 {
     this.ConnectionManager = connectionManager;
 }