Freigeben über


IDTSBuffer100.GetRowDataBytes-Methode

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

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

'Declaration
Sub GetRowDataBytes ( _
    hRow As Integer, _
    <OutAttribute> ByRef plCB As Integer, _
    <OutAttribute> pData As IntPtr _
)
'Usage
Dim instance As IDTSBuffer100 
Dim hRow As Integer 
Dim plCB As Integer 
Dim pData As IntPtr

instance.GetRowDataBytes(hRow, plCB, pData)
void GetRowDataBytes(
    int hRow,
    out int plCB,
    IntPtr pData
)
void GetRowDataBytes(
    [InAttribute] int hRow, 
    [OutAttribute] int% plCB, 
    [OutAttribute] IntPtr pData
)
abstract GetRowDataBytes : 
        hRow:int * 
        plCB:int byref * 
        pData:IntPtr byref -> unit
function GetRowDataBytes(
    hRow : int, 
    plCB : int, 
    pData : IntPtr
)

Parameter

  • plCB
    Typ: System.Int32%
    An out parameter that contains the number of bytes in the row.
  • pData
    Typ: System.IntPtr
    An out parameter that contains a pointer to the beginning of the row.

Hinweise

HinweisHinweis

Diese Funktion wird in zukünftigen Versionen von Microsoft SQL Server nicht mehr bereitgestellt. Verwenden Sie diese Funktion beim Entwickeln neuer Anwendungen nicht, und planen Sie das Ändern von Anwendungen, in denen es zurzeit verwendet wird.

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

Siehe auch

Verweis

IDTSBuffer100 Schnittstelle

Microsoft.SqlServer.Dts.Pipeline.Wrapper-Namespace