dotConnect for Oracle Documentation
Devart.Data.Oracle.Synchronization Namespace / OracleSyncScopeDeprovisioning Class / OracleSyncScopeDeprovisioning Constructor
A connection to perform the deprovisioning operation over.

In This Topic
OracleSyncScopeDeprovisioning Constructor
In This Topic
Initializes a new instance of the OracleSyncScopeDeprovisioning class with the specified connection.
Syntax
'Declaration
 
Public Function New( _
   ByVal connection As OracleConnection _
)
 

Parameters

connection
A connection to perform the deprovisioning operation over.
See Also