DataAdapter.CloneInternals 方法
注意:此方法现在已过时。
创建此 DataAdapter 实例的一个副本。
**命名空间:**System.Data.Common
**程序集:**System.Data(在 system.data.dll 中)
语法
声明
<ObsoleteAttribute("CloneInternals() has been deprecated. Use the DataAdapter(DataAdapter from) constructor. https://go.microsoft.com/fwlink/?linkid=14202")> _
Protected Overridable Function CloneInternals As DataAdapter
用法
Dim returnValue As DataAdapter
returnValue = Me.CloneInternals
[ObsoleteAttribute("CloneInternals() has been deprecated. Use the DataAdapter(DataAdapter from) constructor. https://go.microsoft.com/fwlink/?linkid=14202")]
protected virtual DataAdapter CloneInternals ()
[ObsoleteAttribute(L"CloneInternals() has been deprecated. Use the DataAdapter(DataAdapter from) constructor. https://go.microsoft.com/fwlink/?linkid=14202")]
protected:
virtual DataAdapter^ CloneInternals ()
/** @attribute ObsoleteAttribute("CloneInternals() has been deprecated. Use the DataAdapter(DataAdapter from) constructor. https://go.microsoft.com/fwlink/?linkid=14202") */
protected DataAdapter CloneInternals ()
ObsoleteAttribute("CloneInternals() has been deprecated. Use the DataAdapter(DataAdapter from) constructor. https://go.microsoft.com/fwlink/?linkid=14202")
protected function CloneInternals () : DataAdapter
返回值
DataAdapter 的克隆实例。
备注
此方法已被否决。应当使用 DataAdapter 构造函数,而不是此方法。
全部命令:TableMappings、MissingSchemaAction 和 MissingMappingAction 均被克隆。但是,仅共享而不复制这些命令的连接。因此,克隆的 DataAdapter 可以像原始对象一样用于同一连接。
给继承者的说明 重写派生类中的 CloneInternals 时,确保调用基类的 CloneInternals 方法。
平台
Windows 98、Windows 2000 SP4、Windows CE、Windows Millennium Edition、Windows Mobile for Pocket PC、Windows Mobile for Smartphone、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition
.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求。
版本信息
.NET Framework
受以下版本支持:1.0、1.1
在 2.0 中过时(编译器警告)
.NET Compact Framework
受以下版本支持:1.0
在 2.0 中过时(编译器警告)