IRowset Antarmuka
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Perhatian
Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862
Menyediakan implementasi antarmuka OLE DB IRowset
untuk digunakan oleh aplikasi yang ditingkatkan dari Visual Basic 6.0.
public interface class IRowset
[System.Runtime.InteropServices.Guid("0C733A7C-2A1C-11CE-ADE5-00AA0044773D")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IRowset
[System.Runtime.InteropServices.Guid("0C733A7C-2A1C-11CE-ADE5-00AA0044773D")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")]
public interface IRowset
[<System.Runtime.InteropServices.Guid("0C733A7C-2A1C-11CE-ADE5-00AA0044773D")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IRowset = interface
[<System.Runtime.InteropServices.Guid("0C733A7C-2A1C-11CE-ADE5-00AA0044773D")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")>]
type IRowset = interface
Public Interface IRowset
- Atribut
Keterangan
Catatan
Fungsi dan objek di Microsoft.VisualBasic.Compatibility.VB6 namespace disediakan untuk digunakan oleh alat untuk meningkatkan dari Visual Basic 6.0 ke Visual Basic 2008. Dalam kebanyakan kasus, fungsi dan objek ini menduplikasi fungsionalitas yang dapat Anda temukan di namespace layanan lain di .NET Framework. Mereka hanya diperlukan ketika model kode Visual Basic 6.0 berbeda secara signifikan dari implementasi .NET Framework.
Metode
AddRefRows(Int32, Int32[], Int32[], Int32[]) |
Kedaluwarsa.
Menambahkan jumlah referensi ke handel baris yang sudah ada. |
GetData(Int32, Int32, IntPtr) |
Kedaluwarsa.
Mengambil data dari salinan baris set baris. |
GetNextRows(Int32, Int32, Int32, Int32, Int32[]) |
Kedaluwarsa.
Mengambil baris secara berurutan, mengingat posisi sebelumnya. |
ReleaseRows(Int32, Int32[], IntPtr, IntPtr, IntPtr) |
Kedaluwarsa.
Melepaskan baris. |
RestartPosition(Int32) |
Kedaluwarsa.
Memposisikan ulang posisi pengambilan berikutnya ke posisi awalnya. |