IAccessor 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 IAccessor
[System.Runtime.InteropServices.Guid("0c733a8c-2a1c-11ce-ade5-00aa0044773d")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IAccessor
[System.Runtime.InteropServices.Guid("0c733a8c-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 IAccessor
[<System.Runtime.InteropServices.Guid("0c733a8c-2a1c-11ce-ade5-00aa0044773d")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IAccessor = interface
[<System.Runtime.InteropServices.Guid("0c733a8c-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 IAccessor = interface
Public Interface IAccessor
Atributos

Comentarios

Nota:

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
AddRefAccessor(Int32, Int32)
Obsoletos.

Agrega un recuento de referencias a un descriptor de acceso existente.

CreateAccessor(Int32, Int32, DBBINDING[], Int32, Int32, IntPtr)
Obsoletos.

Crea un descriptor de acceso a partir de un conjunto de enlaces.

GetBindings(Int32, Int32, Int32, IntPtr)
Obsoletos.

Devuelve los enlaces de un descriptor de acceso.

ReleaseAccessor(Int32, Int32)
Obsoletos.

Libera un descriptor de acceso.

Se aplica a