Creates a shallow copy of the options.

Namespace:  RedGate.SQLDataCompare.Engine
Assembly:  RedGate.SQLDataCompare.Engine (in RedGate.SQLDataCompare.Engine.dll)

Syntax

Visual Basic (Declaration)
Public Function Clone As Object
C#
public Object Clone()
Visual C++
public:
virtual Object^ Clone() sealed

Return Value

A shallow copy of the options.

Implements

ICloneable..::.Clone()()()

See Also