IRowset Interfaz
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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 IRowset
[System.Runtime.InteropServices.Guid("0C733A7C-2A1C-11CE-ADE5-00AA0044773D")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IRowset
[System.Runtime.InteropServices.Guid("0C733A7C-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 IRowset
[<System.Runtime.InteropServices.Guid("0C733A7C-2A1C-11CE-ADE5-00AA0044773D")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IRowset = interface
[<System.Runtime.InteropServices.Guid("0C733A7C-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 IRowset = interface
Public Interface IRowset
- Atributos
Comentarios
Note
Las herramientas proporcionan funciones y objetos en el espacio de nombres /> de
Métodos
| Nombre | Description |
|---|---|
| AddRefRows(Int32, Int32[], Int32[], Int32[]) |
Obsoletos.
Agrega un recuento de referencias a un identificador de fila existente. |
| GetData(Int32, Int32, IntPtr) |
Obsoletos.
Recupera datos de la copia del conjunto de filas de la fila. |
| GetNextRows(Int32, Int32, Int32, Int32, Int32[]) |
Obsoletos.
Captura las filas secuencialmente y recuerda la posición anterior. |
| ReleaseRows(Int32, Int32[], IntPtr, IntPtr, IntPtr) |
Obsoletos.
Libera filas. |
| RestartPosition(Int32) |
Obsoletos.
Cambia la posición de captura siguiente a su posición inicial. |