Język

IRowsetIdentity 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 IRowsetIdentity do użycia przez aplikacje uaktualnione z Visual Basic 6.0.

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

Uwagi

Note

Funkcje i obiekty w przestrzeni nazw Microsoft.VisualBasic.Compatibility.VB6 są używane przez narzędzia do uaktualniania z Visual Basic 6.0 do Visual Basic 2008. 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
IsSameRow(Int32, Int32)
Przestarzałe.

Porównuje dwa uchwyty wierszy, aby sprawdzić, czy odwołują się do tego samego wystąpienia wiersza.

Dotyczy