IRowPosition 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 IRowPosition
[System.Runtime.InteropServices.Guid("0C733A94-2A1C-11CE-ADE5-00AA0044773D")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IRowPosition
[System.Runtime.InteropServices.Guid("0C733A94-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 IRowPosition
[<System.Runtime.InteropServices.Guid("0C733A94-2A1C-11CE-ADE5-00AA0044773D")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IRowPosition = interface
[<System.Runtime.InteropServices.Guid("0C733A94-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 IRowPosition = interface
Public Interface IRowPosition
- Atributos
Comentarios
Nota:
Las herramientas proporcionan funciones y objetos en el espacio de nombres /> de
Métodos
| Nombre | Description |
|---|---|
| ClearRowPosition() |
Obsoletos.
Borra la posición de fila. |
| GetRowPosition(Int32, Int32, Int32) |
Obsoletos.
Recupera la posición de fila actual. |
| GetRowset(Guid, Object) |
Obsoletos.
Devuelve el objeto subyacente actual |
| Initialize(Object) |
Obsoletos.
Inicializa el objeto de posición de fila estableciendo el conjunto de filas de origen. |
| SetRowPosition(Int32, Int32, Int32) |
Obsoletos.
Establece la posición de fila actual. |