NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ADOConnection.Clone

Creates a clone of this insatce of ADOConnection.

[Visual Basic]
Overrides Public Function Clone() As Object
[C#]
public override object Clone();
[C++]
public: override Object* Clone();
[JScript]
public override function Clone() : Object;

Return Value

An ADOConnection that is a clone of this instance.

See Also

ADOConnection Class | ADOConnection Members | System.Data.ADO Namespace