IRowsetNotify Interfaz

Definición

Precaución

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

Proporciona una implementación de la interfaz /> de OLE DB

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
Atributos

Comentarios

Note

Las herramientas proporcionan funciones y objetos en el Microsoft.VisualBasic.Compatibility.VB6 espacio de nombres para actualizar de Visual Basic 6.0 a Visual Basic. En la mayoría de los casos, estas funciones y objetos duplican la funcionalidad que puede encontrar en otros espacios de nombres en .NET Framework. Solo son necesarios cuando el modelo de código Visual Basic 6.0 difiere significativamente de la implementación de .NET Framework.

Métodos

Nombre Description
OnFieldChange(IRowset, Int32, Int32, Int32[], Int32, Int32, Int32)
Obsoletos.

Notifica al consumidor cualquier cambio en el valor de una columna.

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

Notifica al consumidor del primer cambio a una fila o a cualquier cambio que afecte a toda la fila.

OnRowsetChange(IRowset, Int32, Int32, Int32)
Obsoletos.

Notifica al consumidor cualquier cambio que afecte a todo el conjunto de filas.

Se aplica a