DbDataAdapter.ICloneable.Clone Methode
Definition
Warnung
Diese API ist jetzt veraltet.
Erstellt ein neues Objekt, das eine Kopie der aktuellen Instanz darstellt.Creates a new object that is a copy of the current instance.
virtual System::Object ^ System.ICloneable.Clone() = ICloneable::Clone;
[System.Obsolete("use 'protected DbDataAdapter(DbDataAdapter)' ctor")]
object ICloneable.Clone ();
Function Clone () As Object Implements ICloneable.Clone
Gibt zurück
Ein neues Objekt, das eine Kopie dieser Instanz ist.A new object that is a copy of this instance.
Implementiert
- Attribute
Hinweise
Bei diesem Member handelt es sich um eine explizite Schnittstellenmemberimplementierung.This member is an explicit interface member implementation. Er kann nur verwendet werden, wenn die DbDataAdapter-Instanz in eine ICloneable-Schnittstelle umgewandelt wird.It can be used only when the DbDataAdapter instance is cast to an ICloneable interface.
Weitere Informationen finden Sie unter ICloneable.Clone.For more information, see ICloneable.Clone.