OdbcCommand.ICloneable.Clone 方法
定义
virtual System::Object ^ System.ICloneable.Clone() = ICloneable::Clone;
object ICloneable.Clone ();
object? ICloneable.Clone ();
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. 它只能在 OdbcCommand 实例被强制转换为 ICloneable 接口时使用。It can be used only when the OdbcCommand instance is cast to an ICloneable interface.