DB2SyncProvider Constructor
                In This Topic
            
            Initializes a new instance of the 
DB2SyncProvider class.
Overload List
| Overload | Description | 
|---|
| DB2SyncProvider Constructor() | Initializes a new instance of the DB2SyncProvider class with default values. | 
| DB2SyncProvider Constructor(String,DB2Connection) | Initializes a new instance of the DB2SyncProvider class with the specified synchronization scope name and connection. | 
| DB2SyncProvider Constructor(String,DB2Connection,String) | Initializes a new instance of the DB2SyncProvider class with the specified synchronization scope name, connection, and object preffix. | 
| DB2SyncProvider Constructor(String,DB2Connection,String,String) | Initializes a new instance of the DB2SyncProvider class with the specified synchronization scope name, connection, object preffix, and object schema. | 
See Also