DbDataAdapter.ICloneable.Clone 方法

定义

注意

use 'protected DbDataAdapter(DbDataAdapter)' ctor

创建作为当前实例副本的新对象。Creates a new object that is a copy of the current instance.

 virtual System::Object ^ System.ICloneable.Clone() = ICloneable::Clone;
object ICloneable.Clone ();
[System.Obsolete("use 'protected DbDataAdapter(DbDataAdapter)' ctor")]
object ICloneable.Clone ();
abstract member System.ICloneable.Clone : unit -> obj
override this.System.ICloneable.Clone : unit -> obj
[<System.Obsolete("use 'protected DbDataAdapter(DbDataAdapter)' ctor")>]
abstract member System.ICloneable.Clone : unit -> obj
override this.System.ICloneable.Clone : unit -> obj
Function Clone () As Object Implements ICloneable.Clone

返回

Object

作为此实例副本的新对象。A new object that is a copy of this instance.

实现

属性

注解

此成员是显式接口成员的实现。This member is an explicit interface member implementation. 它只能在 DbDataAdapter 实例被强制转换为 ICloneable 接口时使用。It can be used only when the DbDataAdapter instance is cast to an ICloneable interface.

有关详细信息,请参阅 ICloneable.CloneFor more information, see ICloneable.Clone.

适用于