DataConnection.Clone Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a cloned instance of this data connection, which retains the same connection properties and state as the original.
public:
abstract Microsoft::VisualStudio::Data::DataConnection ^ Clone();
public abstract Microsoft.VisualStudio.Data.DataConnection Clone ();
abstract member Clone : unit -> Microsoft.VisualStudio.Data.DataConnection
Public MustOverride Function Clone () As DataConnection
Returns
Returns a cloned instance of the current DataConnection object instance, with the same connection properties and state as the original.