Język

IAccessor Interfejs

Definicja

Uwaga

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

Zapewnia implementację interfejsu OLE DB IAccessor do użycia przez aplikacje uaktualnione z Visual Basic 6.0.

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
Atrybuty

Uwagi

Note

Funkcje i obiekty w Microsoft.VisualBasic.Compatibility.VB6 przestrzeni nazw są używane przez narzędzia do uaktualniania z programu Visual Basic 6.0 do Visual Basic. W większości przypadków te funkcje i obiekty zduplikowane funkcje, które można znaleźć w innych przestrzeniach nazw w .NET Framework. Są one niezbędne tylko wtedy, gdy model kodu Visual Basic 6.0 różni się znacząco od implementacji platformy .NET Framework.

Metody

Nazwa Opis
AddRefAccessor(Int32, Int32)
Przestarzałe.

Dodaje liczbę odwołań do istniejącej metody dostępu.

CreateAccessor(Int32, Int32, DBBINDING[], Int32, Int32, IntPtr)
Przestarzałe.

Tworzy metodę dostępu na podstawie zestawu powiązań.

GetBindings(Int32, Int32, Int32, IntPtr)
Przestarzałe.

Zwraca powiązania w metodzie dostępu.

ReleaseAccessor(Int32, Int32)
Przestarzałe.

Zwalnia metodę dostępu.

Dotyczy