IDTSBuffer90.GetRowStarts Method

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

命名空間: Microsoft.SqlServer.Dts.Pipeline.Wrapper
組件: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

語法

'宣告
Sub GetRowStarts ( _
    <InAttribute> dwRowsRequested As UInteger, _
    <OutAttribute> pbRowStarts As IntPtr _
)
void GetRowStarts (
    [InAttribute] uint dwRowsRequested,
    [OutAttribute] IntPtr pbRowStarts
)
void GetRowStarts (
    [InAttribute] unsigned int dwRowsRequested, 
    [OutAttribute] IntPtr pbRowStarts
)
void GetRowStarts (
    /** @attribute InAttribute() */ UInt32 dwRowsRequested, 
    /** @attribute OutAttribute() */ IntPtr pbRowStarts
)
function GetRowStarts (
    dwRowsRequested : uint, 
    pbRowStarts : IntPtr
)

參數

  • dwRowsRequested
    The number of rows requested.
  • pbRowStarts
    An out pointer that holds the address of the beginning of the row.

備註

ms187260.note(zh-tw,SQL.90).gif附註:
未來的 Microsoft SQL Server 發行版本將不再提供此功能。請避免在新的開發工作中使用此功能,並計劃修改目前使用此功能的應用程式。

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

執行緒安全性

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

IDTSBuffer90 Interface
IDTSBuffer90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace