IDTSBuffer90.GetRowDataBytes Method

(Feature deprecated, see Remarks.) Gets a pointer to the start of a row in an IDTSBuffer90.

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

語法

'宣告
Sub GetRowDataBytes ( _
    <InAttribute> hRow As Integer, _
    <OutAttribute> ByRef plCB As Integer, _
    <OutAttribute> pData As IntPtr _
)
void GetRowDataBytes (
    [InAttribute] int hRow,
    out int plCB,
    [OutAttribute] IntPtr pData
)
void GetRowDataBytes (
    [InAttribute] int hRow, 
    [OutAttribute] int% plCB, 
    [OutAttribute] IntPtr pData
)
void GetRowDataBytes (
    /** @attribute InAttribute() */ int hRow, 
    /** @attribute OutAttribute() */ /** @ref */ int plCB, 
    /** @attribute OutAttribute() */ IntPtr pData
)
JScript 不支援以傳址方式傳遞值類型的引數。

參數

  • hRow
    The row handle.
  • plCB
    An out parameter that contains the number of bytes in the row.
  • pData
    An out parameter that contains a pointer to the beginning of the row.

備註

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

This method gets a pointer to the start of the row, specified by the hRow parameter, in the IDTSBuffer90.

執行緒安全性

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