IRowsetNotify Interface

Définition

Attention

Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862

Fournit une implémentation de l’interface OLE DB IRowsetNotify à utiliser par les applications mises à niveau à partir de 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
Attributs

Remarques

Note

Les fonctions et les objets de l’espace Microsoft.VisualBasic.Compatibility.VB6 de noms sont fournis pour une utilisation par les outils de mise à niveau de Visual Basic 6.0 vers Visual Basic. Dans la plupart des cas, ces fonctions et ces objets dupliquer les fonctionnalités que vous pouvez trouver dans d’autres espaces de noms dans le .NET Framework. Ils ne sont nécessaires que lorsque le modèle de code Visual Basic 6.0 diffère considérablement de l’implémentation de .NET Framework.

Méthodes

Nom Description
OnFieldChange(IRowset, Int32, Int32, Int32[], Int32, Int32, Int32)
Obsolète.

Avertit le consommateur de toute modification apportée à la valeur d’une colonne.

OnRowChange(IRowset, Int32, Int32[], Int32, Int32, Int32)
Obsolète.

Avertit le consommateur de la première modification apportée à une ligne ou d’une modification qui affecte toute la ligne.

OnRowsetChange(IRowset, Int32, Int32, Int32)
Obsolète.

Avertit le consommateur de toute modification affectant l’ensemble de lignes.

S’applique à