Bagikan melalui


IRowsetChange Antarmuka

Definisi

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 IRowsetChange untuk digunakan oleh aplikasi yang ditingkatkan dari Visual Basic 6.0.

public interface class IRowsetChange
[System.Runtime.InteropServices.Guid("0C733A05-2A1C-11CE-ADE5-00AA0044773D")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IRowsetChange
[System.Runtime.InteropServices.Guid("0C733A05-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 IRowsetChange
[<System.Runtime.InteropServices.Guid("0C733A05-2A1C-11CE-ADE5-00AA0044773D")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IRowsetChange = interface
[<System.Runtime.InteropServices.Guid("0C733A05-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 IRowsetChange = interface
Public Interface IRowsetChange
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

DeleteRows(Int32, Int32, Int32[], Int32[])
Kedaluwarsa.

Menghapus baris.

InsertRow(Int32, Int32, IntPtr, Int32)
Kedaluwarsa.

Membuat dan menginisialisasi baris baru.

SetData(Int32, Int32, IntPtr)
Kedaluwarsa.

Mengatur nilai data dalam satu atau beberapa kolom dalam satu baris.

Berlaku untuk