IDTSBuffer100.GetRowStarts(UInt32, IntPtr) 方法

定義

public:
 void GetRowStarts(System::UInt32 dwRowsRequested, IntPtr pbRowStarts);
public void GetRowStarts (uint dwRowsRequested, IntPtr pbRowStarts);
abstract member GetRowStarts : uint32 * nativeint -> unit
Public Sub GetRowStarts (dwRowsRequested As UInteger, pbRowStarts As IntPtr)

參數

dwRowsRequested
UInt32
pbRowStarts
IntPtr

nativeint

備註

注意

未來的 Microsoft SQL Server 版本將移除這項功能。 請避免在新的開發工作中使用這項功能,並規劃修改目前使用這項功能的應用程式。

這個方法會傳回所指定資料列數目的起點位置指標。

適用於