Partager via


GetRowDataBytes méthode

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

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly :  Microsoft.SqlServer.DTSPipelineWrap (dans Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntaxe

'Déclaration
Sub GetRowDataBytes ( _
    hRow As Integer, _
    <OutAttribute> ByRef plCB As Integer, _
    <OutAttribute> pData As IntPtr _
)
'Utilisation
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
)

Paramètres

Notes

[!REMARQUE]

Cette fonctionnalité sera supprimée dans une prochaine version de Microsoft SQL Server. Évitez d'utiliser cette fonctionnalité dans de nouveaux travaux de développement et prévoyez de modifier les applications qui utilisent actuellement cette fonctionnalité.

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