Share via


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

public interface class IRowsetNotify
[System.Runtime.InteropServices.Guid("0c733a83-2a1c-11ce-ade5-00aa0044773d")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IRowsetNotify
[System.Runtime.InteropServices.Guid("0c733a83-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 IRowsetNotify
[<System.Runtime.InteropServices.Guid("0c733a83-2a1c-11ce-ade5-00aa0044773d")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IRowsetNotify = interface
[<System.Runtime.InteropServices.Guid("0c733a83-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 IRowsetNotify = interface
Public Interface IRowsetNotify
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. 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

OnFieldChange(IRowset, Int32, Int32, Int32[], Int32, Int32, Int32)
Kedaluwarsa.

Memberi tahu konsumen tentang setiap perubahan pada nilai kolom.

OnRowChange(IRowset, Int32, Int32[], Int32, Int32, Int32)
Kedaluwarsa.

Memberi tahu konsumen tentang perubahan pertama pada baris atau perubahan apa pun yang memengaruhi seluruh baris.

OnRowsetChange(IRowset, Int32, Int32, Int32)
Kedaluwarsa.

Memberi tahu konsumen tentang perubahan apa pun yang memengaruhi seluruh set baris.

Berlaku untuk