Freigeben über


IDTSBuffer90.GetRowDataBytes Method

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

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

Syntax

'Declaration
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
)
Von JScript werden keine passiven Werttypargumente zur Referenz unterstützt.

Parameter

  • 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.

Hinweise

ms187298.note(de-de,SQL.90).gifHinweis:
Dieses Feature wird in einer zukünftigen Version von Microsoft SQL Server entfernt. Verwenden Sie dieses Feature 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 IDTSBuffer90.

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

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