Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
(Feature deprecated, see Remarks.) Gets a pointer to the start of a row in an IDTSBuffer90.
Espace de noms: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Syntaxe
'Déclaration
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 ne prend pas en charge le passage d'arguments de type valeur par référence.
Paramètres
- 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.
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 IDTSBuffer90.
Sécurité des threads
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.
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
IDTSBuffer90 Interface
IDTSBuffer90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace
Remarque :