IAccessor Interfész

Definíció

Figyelemfelhívás

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

Az OLE DB IAccessor felület implementációját biztosítja a Visual Basic 6.0-s verzióról frissített alkalmazások számára.

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
Attribútumok

Megjegyzések

Note

A Microsoft.VisualBasic.Compatibility.VB6 névtérben lévő függvényeket és objektumokat a 6.0-ról Visual Basic Visual Basic való frissítésre szolgáló eszközök biztosítják. A legtöbb esetben ezek a függvények és objektumok duplikálják azokat a funkciókat, amelyeket a .NET-keretrendszer más névtereiben talál. Ezekre csak akkor van szükség, ha a Visual Basic 6.0-s kódmodell jelentősen eltér a .NET-keretrendszer implementációjától.

Metódusok

Name Description
AddRefAccessor(Int32, Int32)
Elavult.

Hivatkozásszámot ad hozzá egy meglévő tartozékhoz.

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

Egy kiegészítőt hoz létre kötések készletéből.

GetBindings(Int32, Int32, Int32, IntPtr)
Elavult.

Egy tartozék kötéseit adja vissza.

ReleaseAccessor(Int32, Int32)
Elavult.

Felenged egy tartozékot.

A következőre érvényes: