Freigeben über


IDTSBuffer100.GetRowStarts-Methode

(Feature deprecated, see Remarks.) Use the GetData or GetBLOBData method instead of the GetRowStarts method.

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

Syntax

'Declaration
Sub GetRowStarts ( _
    dwRowsRequested As UInteger, _
    <OutAttribute> pbRowStarts As IntPtr _
)
'Usage
Dim instance As IDTSBuffer100 
Dim dwRowsRequested As UInteger 
Dim pbRowStarts As IntPtr

instance.GetRowStarts(dwRowsRequested, _
    pbRowStarts)
void GetRowStarts(
    uint dwRowsRequested,
    IntPtr pbRowStarts
)
void GetRowStarts(
    [InAttribute] unsigned int dwRowsRequested, 
    [OutAttribute] IntPtr pbRowStarts
)
abstract GetRowStarts : 
        dwRowsRequested:uint32 * 
        pbRowStarts:IntPtr byref -> unit
function GetRowStarts(
    dwRowsRequested : uint, 
    pbRowStarts : IntPtr
)

Parameter

  • dwRowsRequested
    Typ: System.UInt32
    The number of rows requested.
  • pbRowStarts
    Typ: System.IntPtr
    An out pointer that holds the address of 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 returns a pointer to the start location for the specified number of rows.

Siehe auch

Verweis

IDTSBuffer100 Schnittstelle

Microsoft.SqlServer.Dts.Pipeline.Wrapper-Namespace