IRowsetChange.InsertRow(Int32, Int32, IntPtr, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建并初始化一个新行。
public:
void InsertRow(int hChapterReserved, int hAccessor, IntPtr pData, [Runtime::InteropServices::Out] int % hRow);
public void InsertRow (int hChapterReserved, int hAccessor, IntPtr pData, out int hRow);
abstract member InsertRow : int * int * nativeint * int -> unit
Public Sub InsertRow (hChapterReserved As Integer, hAccessor As Integer, pData As IntPtr, ByRef hRow As Integer)
参数
- hChapterReserved
- Int32
章节句柄。
- hAccessor
- Int32
要使用的访问器的句柄。
- pData
-
IntPtr
nativeint
一个指向包含新数据值的内存的指针,偏移量对应于访问器中的绑定。
- hRow
- Int32
一个指向内存的指针,该内存用于返回新行的句柄。
注解
注意
Microsoft.VisualBasic.Compatibility.VB6 命名空间中的函数和对象用于工具从 Visual Basic 6.0 升级到 Visual Basic 2008。 多数情况下,这些函数和对象可再现 .NET Framework 中其他命名空间的功能。 只有当 Visual Basic 6.0 代码模型与 .NET Framework 实现有显著区别时,才必须使用这些函数和对象。