IRowsetChange Interfejs

Definicja

Przestroga

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

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

Uwagi

Uwaga

Funkcje i obiekty w przestrzeni nazw Microsoft.VisualBasic.Compatibility.VB6 są udostępniane na potrzeby narzędzi służących do uaktualniania programu Visual Basic 6.0 do programu Visual Basic 2008. W większości przypadków te funkcje i obiekty powielają funkcjonalność dostępną w innych przestrzeniach nazw programu .NET Framework. Ich użycie jest konieczne tylko w sytuacji, gdy model kodu programu Visual Basic 6.0 różni się znacząco od wdrożenia programu .NET Framework.

Metody

DeleteRows(Int32, Int32, Int32[], Int32[])
Przestarzałe.

Usuwa wiersze.

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

Tworzy i inicjuje nowy wiersz.

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

Ustawia wartości danych w co najmniej jednej kolumnie z rzędu.

Dotyczy