IRowsetNotify Interfaccia

Definizione

Attenzione

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

Fornisce un'implementazione dell'interfaccia OLE DB IRowsetNotify per l'uso da parte delle applicazioni aggiornate da 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
Attributi

Commenti

Note

Le funzioni e gli oggetti nello Microsoft.VisualBasic.Compatibility.VB6 spazio dei nomi vengono forniti dagli strumenti per l'aggiornamento da Visual Basic 6.0 a Visual Basic. Nella maggior parte dei casi, queste funzioni e oggetti duplicano funzionalità che è possibile trovare in altri spazi dei nomi in .NET Framework. Sono necessarie solo quando il modello di codice Visual Basic 6.0 differisce in modo significativo rispetto all'implementazione di .NET Framework.

Metodi

Nome Descrizione
OnFieldChange(IRowset, Int32, Int32, Int32[], Int32, Int32, Int32)
Obsoleti.

Notifica al consumer di qualsiasi modifica apportata al valore di una colonna.

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

Notifica al consumer della prima modifica a una riga o di qualsiasi modifica che influisce sull'intera riga.

OnRowsetChange(IRowset, Int32, Int32, Int32)
Obsoleti.

Notifica al consumer di qualsiasi modifica che influisce sull'intero set di righe.

Si applica a