DataConnection.ICloneable.Clone Method
Creates a new connection object instance that is a copy of the current instance.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Private Function Clone As Object Implements ICloneable.Clone
Object ICloneable.Clone()
private:
virtual Object^ Clone() sealed = ICloneable::Clone
private abstract Clone : unit -> Object
private override Clone : unit -> Object
JScript does not support explicit interface implementations.
Return Value
Type: System.Object
Returns a connection object instance that is a copy of the current instance.
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.