共用方式為


GetRowStarts 方法

(Feature deprecated, see Remarks.) Use the GetData or GetBLOBData method instead of the GetRowStarts method.

命名空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
組件:  Microsoft.SqlServer.DTSPipelineWrap (在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

語法

'宣告
Sub GetRowStarts ( _
    dwRowsRequested As UInteger, _
    <OutAttribute> pbRowStarts As IntPtr _
)
'用途
Dim instance As IDTSBuffer100
Dim dwRowsRequested As UInteger
Dim pbRowStarts As IntPtr

instance.GetRowStarts(dwRowsRequested, _
    pbRowStarts)
void GetRowStarts(
    uint dwRowsRequested,
    IntPtr pbRowStarts
)
void GetRowStarts(
    [InAttribute] unsigned int dwRowsRequested, 
    [OutAttribute] IntPtr pbRowStarts
)
abstract GetRowStarts : 
        dwRowsRequested:uint32 * 
        pbRowStarts:IntPtr byref -> unit 
function GetRowStarts(
    dwRowsRequested : uint, 
    pbRowStarts : IntPtr
)

參數

  • pbRowStarts
    型別:System. . :: . .IntPtr
    An out pointer that holds the address of the beginning of the row.

備註

[!附註]

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

This method returns a pointer to the start location for the specified number of rows.