IRowsetInfo Interface

Definitie

Let op

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

Biedt een implementatie van de OLE DB-IRowsetInfo-interface voor gebruik door toepassingen die zijn bijgewerkt vanaf Visual Basic 6.0.

public interface class IRowsetInfo
[System.Runtime.InteropServices.Guid("0C733A55-2A1C-11CE-ADE5-00AA0044773D")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IRowsetInfo
[System.Runtime.InteropServices.Guid("0C733A55-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 IRowsetInfo
[<System.Runtime.InteropServices.Guid("0C733A55-2A1C-11CE-ADE5-00AA0044773D")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IRowsetInfo = interface
[<System.Runtime.InteropServices.Guid("0C733A55-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 IRowsetInfo = interface
Public Interface IRowsetInfo
Kenmerken

Opmerkingen

Note

Functies en objecten in de naamruimte Microsoft.VisualBasic.Compatibility.VB6 worden gebruikt door de hulpprogramma's voor het upgraden van Visual Basic 6.0 naar Visual Basic. In de meeste gevallen zijn deze functies en objecten dubbele functionaliteit die u kunt vinden in andere naamruimten in het .NET Framework. Ze zijn alleen nodig wanneer het codemodel Visual Basic 6.0 aanzienlijk verschilt van de .NET Framework-implementatie.

Methoden

Name Description
GetProperties(Int32, DBPROPIDSET[], Int32, IntPtr)
Verouderd.

Retourneert de huidige instellingen van alle eigenschappen die worden ondersteund door de rijenset.

GetReferencedRowset(Int32, Guid, Object)
Verouderd.

Hiermee wordt een interfaceaanwijzer geretourneerd naar de rijenset waarop een bladwijzer of hoofdstuk van toepassing is.

GetSpecification(Guid, Object)
Verouderd.

Retourneert een interfaceaanwijzer op het object (opdracht of sessie) dat deze rijset heeft gemaakt.

Van toepassing op