IRowPositionChange 介面

定義

警告

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

提供 OLE DB IRowPositionChange 介面的實作,以供從 Visual Basic 6.0 升級的應用程式使用。

public interface class IRowPositionChange
[System.Runtime.InteropServices.Guid("0997A571-126E-11D0-9F8A-00A0C9A0631E")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IRowPositionChange
[System.Runtime.InteropServices.Guid("0997A571-126E-11D0-9F8A-00A0C9A0631E")]
[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 IRowPositionChange
[<System.Runtime.InteropServices.Guid("0997A571-126E-11D0-9F8A-00A0C9A0631E")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IRowPositionChange = interface
[<System.Runtime.InteropServices.Guid("0997A571-126E-11D0-9F8A-00A0C9A0631E")>]
[<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 IRowPositionChange = interface
Public Interface IRowPositionChange
屬性

備註

注意

Microsoft.VisualBasic.Compatibility.VB6 命名空間中的函式和物件都是供這些工具使用,以便從 Visual Basic 6.0 升級至 Visual Basic。 在大多數情況下,這些函式和物件會複製在 .NET Framework 其他命名空間中可以找到的功能。 只有當 Visual Basic 6.0 程式碼模型與 .NET Framework 實作有顯著差異時,才會需要這些函式和物件。

方法

OnRowPositionChange(Int32, Int32, Int32)
已淘汰.

告知消費者,目前資料列位置變更的資料列位置物件。

適用於