DataAdapter.CloneInternals メソッド
アセンブリ: System.Data (system.data.dll 内)

<ObsoleteAttribute("CloneInternals() has been deprecated. Use the DataAdapter(DataAdapter from) constructor. http://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. http://go.microsoft.com/fwlink/?linkid=14202")] protected virtual DataAdapter CloneInternals ()
[ObsoleteAttribute(L"CloneInternals() has been deprecated. Use the DataAdapter(DataAdapter from) constructor. http://go.microsoft.com/fwlink/?linkid=14202")] protected: virtual DataAdapter^ CloneInternals ()
/** @attribute ObsoleteAttribute("CloneInternals() has been deprecated. Use the DataAdapter(DataAdapter from) constructor. http://go.microsoft.com/fwlink/?linkid=14202") */ protected DataAdapter CloneInternals ()
ObsoleteAttribute("CloneInternals() has been deprecated. Use the DataAdapter(DataAdapter from) constructor. http://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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。

サポート対象 : 1.0、1.1
2.0 では、互換性のために残されています (コンパイル時に警告)
.NET Compact Framework
サポート対象 : 1.0
2.0 では、互換性のために残されています (コンパイル時に警告)

Weblioに収録されているすべての辞書からDataAdapter.CloneInternals メソッドを検索する場合は、下記のリンクをクリックしてください。

- DataAdapter.CloneInternals メソッドのページへのリンク